-1

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.

IIIIIIIIIIIIIIIIIIIIII
  • 3,958
  • 5
  • 45
  • 70
BHUVAN G S
  • 11
  • 1
  • 5
  • Your question is unclear and far too broad. " I have created, but not sure if it is rightly done" then please add these files to your question or how should we know if you implemented them correct? – IIIIIIIIIIIIIIIIIIIIII Mar 28 '17 at 07:27

1 Answers1

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

Community
  • 1
  • 1
Daud Arfin
  • 2,499
  • 1
  • 18
  • 37