commit | af11c50e67ab63ea2c076cc6ba542843b40ea935 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Oct 11 01:24:39 2019 +0000 |
committer | Elliott Hughes <enh@google.com> | Fri Oct 11 01:24:39 2019 +0000 |
tree | 9e7af1b0d9ed9c152d448a9e40b2ced3b7dc75f2 | |
parent | 401a84071bff63b6ccfa239d01ad3e54621aff2e [diff] |
Revert "-D__ANDROID_NDK__ for SDK builds." This reverts commit 401a84071bff63b6ccfa239d01ad3e54621aff2e. Reason for revert: fixed in bionic instead (https://android-review.googlesource.com/c/platform/bionic/+/1135146). Change-Id: I85e2ef241684c34fc968fd0e7230b8a88ea3209a
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.