commit | e01766433a9829baa7d951909dc57bb368e6797d | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Tue Aug 11 10:19:32 2020 +0000 |
committer | Yo Chiang <yochiang@google.com> | Tue Aug 11 10:19:32 2020 +0000 |
tree | 45f2ea04848b7ef8a1c7fda428b092dc6b1bb794 | |
parent | 60052f3a9f60e627b7c6926da9b9926e5949d816 [diff] |
Revert "Error if $(LOCAL_PATH) is empty" This reverts commit 60052f3a9f60e627b7c6926da9b9926e5949d816. Reason for revert: Breaks build_test Bug: 163473133 Change-Id: Ib5a8030f7b49b131f912e2df8026d3e2107c87a4
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.