commit | dc9de091568114d23b5f38999e687396976386d7 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Fri Nov 15 19:06:29 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 15 19:06:29 2019 -0800 |
tree | 9a25b2f8c43396a0de1c79950e6c10f1cf4f8db9 | |
parent | bf28e916405ed5a9d9d638c3d97545fc4e225e43 [diff] | |
parent | 74a4605a6d07f691455bae2eacbb16b8623a4fd5 [diff] |
Merge "Set NATIVE_TESTS executable like EXECUTABLES" am: 74a4605a6d Change-Id: Ib656ccf3b45bd2b2b9095de8d27417f0ca9442cc
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.