procedure to add custom device in AOSP device fold

2019-09-20 08:03发布

问题:

I know this question has been asked before but I wanted customize according to my problem so, 1. I am new to adding this custom board to AOSP target devices. 2. I have the kernel and necessary modules compiled now please guide me to link it with my device folder in AOSP devices list. 3. I know the basic .mk files to be created in device folder and I have created, but not sure if it is rightly done. Android.mk,AndroidProducts.mk,BoardConfig.mk,myproduct.mk,vendorsetup.sh.

回答1:

First you need to understand build layers and the device tree. Here are the references for you,

Adding a new device

but not sure if it is rightly done. Android.mk,AndroidProducts.mk,BoardConfig.mk,myproduct.mk,vendorsetup.sh

Below link has good explanations on device configuration files,

Android device configuration for AOSP