commit | ca9b02c1ce9a3d1cf39648e712d0f85c6e93f7fc | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon May 25 17:37:28 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed May 27 12:52:44 2020 +0900 |
tree | 613384c07a7f26cb7f56e76c141abe21e32b6420 | |
parent | ae55638f75b2b1d99ba19cf4ac7a47d61af12eba [diff] |
Make use of ADDITIONAL_ODM_PROPERTIES Properties that were defined in the build rule for odm/build.prop are now defined via ADDITIONAL_ODM_PROPERTIES. Bug: 117892318 Test: m Change-Id: I6220e217d0724b6e27127786e7a908e1e662d1a0
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.