commit | c0ae029e87714d855ba438ecc38764f0b25a3a2a | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Sep 16 11:07:25 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Sep 16 21:01:45 2024 +0000 |
tree | 1d1b3ce8dfa767bf7185897ca8d780d56040fad9 | |
parent | 112c4886c7b60af80377348249ca949a699913c8 [diff] |
Fix missing signer arg error after re-generate OTA sign_target_files_apks invokes ota_from_raw_img's main function directly(without creating a new process). As a result, flag overrides in ota_from_raw_img impacts further signing. To fix, remove unnecessary flag overrides. Test: th Bug: 365697483 Change-Id: Iaf6ad4132afcab4912bd4b9ea002bfa3d9a1462a
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.