procedure to add custom device in AOSP device folder

孤人 提交于 2019-12-12 03:39:43

问题


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



来源:https://stackoverflow.com/questions/43061779/procedure-to-add-custom-device-in-aosp-device-folder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!