commit | cdf17dc1cc664f05b46c5afcf4412873a0174626 | [log] [tgz] |
---|---|---|
author | zhidou <zhidou@google.com> | Fri Dec 13 15:27:44 2024 +0000 |
committer | zhidou <zhidou@google.com> | Tue Dec 17 15:20:29 2024 +0000 |
tree | 1251c64a16761f7d5576383da2560f8d52fc7bef | |
parent | 2169813b560c2e6308b24899e0533c4cbea2733d [diff] |
add PlatformAconfigPackage This change add PlatformAconfigPackage. This class is used as an api to get the platform flag value. Test: atest aconfig_storage_read_functional Change-Id: I5bf6711c497a1e010069aeec37c5a80b041d77d3
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.