commit | 01e6f7e51148de46dbccc882e1aa8aff20880edf | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Feb 11 19:06:06 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Tue Feb 11 19:06:06 2025 -0800 |
tree | d1213bf259d692af252a6e23d15c20934a6e018c | |
parent | be4f8479007d47c2dbcfc2bbc9011ce951f5d56e [diff] |
Delete APPS_ZIP This is a relic of pre-AOSP days, it's probably not used. Not having any apps from non-system partitions or having useful files like rros or dexpreopt files means its probably not useful in the modern day. Bug: 395993268 Test: Presubmits Change-Id: I30509cc97275d06fc5e685014d3f605305b6fe46
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.