commit | 206d44aff5758058f18b94c843964471ae476f56 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Fri Mar 15 17:04:06 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Thu Apr 18 14:38:41 2024 +0000 |
tree | 186f49661c781022a1baff1f494592090d2cd5b9 | |
parent | 45c6fd0c178568684da213281228e0fa7ebf8953 [diff] |
aflags: read protos from all containers Create one library for reading protos from all containers, instead of having numerous libraries perform the same logic. For Java, we will create a similar library reusing the same partition_aconfig_flags_paths.txt. Bug: 324436145 Test: adb shell aflags list # Confirm that various containers appear Change-Id: I924e281a50f9a609e1c07c03267eebe3dce52752
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.