commit | 9e6e0c9be9c129be20dae6e0ae1efc87c6ebf585 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Thu Jul 18 13:22:07 2024 +0900 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Oct 19 19:32:16 2024 +0300 |
tree | 2d5d9eca33dceed54ea9020d20cf7a942492a716 | |
parent | cc668cfb94489efb3ee108758df5ef6b3385cff6 [diff] |
Pass PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD to Soong Pass PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD to Soong so it can decide if ART debug APEX should be used instead of ART APEX Bug: 351698657 Test: AOSP CF eng build succeeded Change-Id: I1e0683be5cd66f1a18e7aec5b1d96ac6e5f4588a
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.