commit | ac1887227db6a26b149eb620fc149eadab89734b | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Apr 17 11:44:30 2020 +0100 |
committer | Anton Hansson <hansson@google.com> | Fri Apr 17 20:27:41 2020 +0100 |
tree | 91eee58e6d93dcdac2fbd864b5a05b01cd3ee7c8 | |
parent | 1bc7f6436bd6ea203572b15d46c0293692e19853 [diff] |
Remove _API_FILE variables There are no known usages of these variables, and they've been incorrectly set for a long time. The phony for $(LOCAL_MODULE) in droiddoc to build the api txt has been moved to soong. Bug: 152479829 Test: m Change-Id: I31742e50d1af42fb899c7a3436af5647bd90cc47
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.