commit | df6336b969dd6698085b31d528b8b19f1899f997 | [log] [tgz] |
---|---|---|
author | Yihan Dong <slotus@google.com> | Thu Dec 19 11:05:50 2024 +0800 |
committer | Yihan Dong <slotus@google.com> | Fri Dec 20 10:49:43 2024 +0800 |
tree | b3074def8ba7db583fa5f2245a2d9477a4c63fc8 | |
parent | d174d4991d6874a57adb6c29c70b48bb2af246c4 [diff] |
Include CTS-V apps as the input of the static API mapping tool This CL also delete some useless targets and rename some targets. Bug: 381313312 Test: m cts-api-map-all dist Change-Id: I5a29b9180c647cbc0c495da5ce9fc050c075c68f
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.