commit | 620a234d3f559959257c1c2677fd8a060560e328 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Feb 14 16:57:34 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Feb 14 16:57:34 2024 +0900 |
tree | 86e1497db4139d2663ce48849443a5c8d1761112 | |
parent | ae025131ba59edfe48671721f85af256feaea20b [diff] |
Fix characteristic rro for overridden packages Overridden packages can have different package names. This change reads output APKs to parse package name, instead of manifest xml. Bug: 325011777 Test: boot and idmap2 dump Change-Id: Iafd792b6fb9c8548441c8ca5c9216be160028088
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.