commit | 776e1bc5b2245f4befc0c641b27ec3f6847e25a2 | [log] [tgz] |
---|---|---|
author | Adam Seaton <[email protected]> | Mon Apr 18 19:52:39 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Apr 21 22:22:20 2022 +0000 |
tree | 03b3117d91b0b312ac6295c2c2ad6e7d93266299 | |
parent | 03f7cdb8ec3793ce846d1531062bf61bf1b987c3 [diff] |
DO NOT MERGE Update Build ID for APK-in-APEX fix for June Bug: 229625490 Change-Id: I5e7485015fa4f227aa6cc1ccbc5734af13a15dc2 (cherry picked from commit 1df7e3071ca5f1b2c50b3c0e1eca26927eda150b) Merged-In: I5e7485015fa4f227aa6cc1ccbc5734af13a15dc2
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.