commit | 4e9a9485f4e80f779f81c0ef692c1ea048b472ea | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Feb 28 08:49:42 2019 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Fri Mar 01 11:36:36 2019 -0800 |
tree | 5c604fe0e50c742277aeb128dfb70464101eabe2 | |
parent | 5a4696e460eca861731afddaa0c2c9fffd26e5bf [diff] |
Add a placeholder EXTRA_OPTIONS to inject more tradefed options Simply remove the placeholder in makefiles, for now I am not sure we need to support this in makefiles at all. Test: call the sed method Bug: 124024827 Change-Id: Iae78ae86c20c5da6b7314b749f54983a312c4a7d
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.