| commit | df77ec0643132a9787c6f1c780a5006d24450494 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Thu Jun 26 15:55:56 2025 -0700 |
| committer | Cole Faust <colefaust@google.com> | Thu Jun 26 15:55:56 2025 -0700 |
| tree | 4abaec5c0fdcf6f5047e3017224f6c6f6ebfe5c9 | |
| parent | fa308e70e65b3c112729b60f592f8cc56b845a04 [diff] |
Remove appcompat.zip I confirmed with the origional author, dariofreni@, that this is no longer used. Also, it's been broken and always producing an empty zip file since aosp/3106579, where a trailing backslash caused the `else` to not be a functional makefile if-else, so the else block was always taken, and the appcompat functions were reset to empty strings after defining them. Fixes: 428050724 Test: Presubmits Change-Id: I12d67a0a4c7b2442040867d3629311310e9a44ae
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.