commit | 0508c32a976615c22a5c9220662d8f31ee481a92 | [log] [tgz] |
---|---|---|
author | zhidou <zhidou@google.com> | Wed Dec 04 20:29:37 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Thu Dec 05 22:03:10 2024 +0000 |
tree | 16337b649e2b8801f72f943d2253723ee02562b6 | |
parent | afdc92c6457db8b3383df783c8ad631d20ceb455 [diff] |
Return default value if fingerprint doesn't match This change includes 1. Return default value if fingerprint doesn't match 2. Remove get flag value by string from PlatformAconfigPackageInternal, since it is not used by generated code. Test: atest aconfig_storage_read_unit aconfig_storage_read_functional aconfig_storage_file.test.java Change-Id: I5ee221a19e2199700defa9121f5cae097a894d02
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.