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