commit | 688cae012605f9cd05c652c6289ac75fecedca6d | [log] [tgz] |
---|---|---|
author | Marybeth Fair <marybethfair@google.com> | Thu Oct 31 15:48:51 2024 -0400 |
committer | Marybeth Fair <marybethfair@google.com> | Thu Nov 07 11:25:18 2024 -0500 |
tree | 467c024421a04b11aee01c9bc21b0d50c1880bbb | |
parent | da5bff1c85e8dbf595429aa889b863d0b37bc421 [diff] |
Add fingerprint to package map. Revert of revert of aosp/3256996, original fingerprint change which caused the crash. This change is safer because 1) writing v2 is set up for flag guarding in main.rs create-storage (right now the flag isn't set so we just use the default file version, 1) and 2) we maintain the ability to read and write both v1 & v2. Expanded tests to read both versions. Test: atest Change-Id: I403e43f84d6d72383d2ca075ca36aa75f16a649e
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.