commit | eb147e051ed0f762fd36de73fbc34b5087bba69d | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Oct 21 10:53:21 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Oct 21 10:53:21 2022 -0700 |
tree | 57932777a8a52e4ce1dc3da476b96e9516ade59c | |
parent | 5ef25191f78efd6107bb26fa29f2c8880921f081 [diff] |
Fix ota build error when using boot variable files When performing a deep copy of info dict, input_file is serialized as filename. Make ExtractFromInputFile support reading from filename of a ZipFile. Test: build OTA with partner provided target_files Bug: 253549364 Change-Id: I366a076c32d638d61b83a1df9bf864807cf5257c
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.