commit | f80e886273a18131a39bcd2f3fcd653f99c09cc0 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Jan 20 10:18:11 2023 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Jan 20 10:18:11 2023 -0800 |
tree | 585700597e1674a3e34b09d37038bb3d340dd173 | |
parent | 9f63b2908301b55532ff1693edf2c5bb6316e14d [diff] |
Fix non-AB OTA signing issue After aosp/2201756 , caller must explicitly pass signing key as a parameter to FinalizeMetadata . We forgot to update non_ab.py , therefore causing non-AB OTAs to be unsigned. Test: th Bug: 265895599 Change-Id: Ia54b1105f37b6574742b9b55d715fc9c61c223eb
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.