commit | 762614fd4af4ef0029e710b4a97bc74ad8534c04 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Mon Apr 24 15:33:40 2023 +0900 |
committer | Justin Yun <justinyun@google.com> | Wed Apr 26 19:39:39 2023 +0900 |
tree | 21d09b363566267c8cb1b8f66d9fb87f4a60fdb0 | |
parent | 428f5d5961680b222758990da32cde9c2239c453 [diff] |
Generate enforce_uses_libraries.status to out/target/product enforce_uses_libraries.status files require dexpreopt.config files which are generated in out/target/product/<product>/obj because they are specific to target products. As common files cannot depend on product specific files, generate the enforce_uses_libraries.status files to the product specific intermediate directories instead of the common intermediates. Bug: 279360253 Test: build Change-Id: Idc468fdaf046cd37dd8f39a9212aad78283b4c61
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.