commit | a7da9cbd938710c4ea14586d7e40156057cbce74 | [log] [tgz] |
---|---|---|
author | zhidou <zhidou@google.com> | Mon Nov 18 22:01:35 2024 +0000 |
committer | zhidou <zhidou@google.com> | Thu Nov 21 05:39:48 2024 +0000 |
tree | 3c467b26532521728e03abd367cd713e4a3f246a | |
parent | 38b8018b0683df2e71f9eed09982ee368b5e7576 [diff] |
update java local flag read code This change updates the generated java code for java local flag read. If the local read happens with in non-updatable framework, then it will use PlatformAconfigPackageInternal to read the flag value. Otherwise it will use AconfigPackageInternal to read the flag value. Test: atest -c Change-Id: I0f4e233e1e265530cb7cbcca0d1289b6a0211179
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.