commit | c63a74474b706c04a9ebf0f23b15089c30548f49 | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Thu Feb 07 11:38:18 2019 -0800 |
committer | Hridya Valsaraju <hridya@google.com> | Fri Feb 08 09:36:44 2019 -0800 |
tree | 34d0e12b5e4c1538d5b47b554c8dafa2260ee1cc | |
parent | 20258b55b6b24a4968ef78587a563848108703f9 [diff] |
Only pick DTBs from BOARD_PREBUILT_DTBIMAGE_DIR This change is required to prevent the build system from picking up DTB files from subdirectories to BOARD_PREBUILT_DTBIMAGE_DIR. Test: make bootimage Bug: 123648105 Change-Id: Ibc2a133f3c9be6362579dc9bf9ca399912b9d8a2
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.