commit | b84d2aa7d12014964149aad090a2cb7b7df2c6be | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Nov 06 10:53:41 2023 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Nov 28 10:08:38 2023 -0800 |
tree | 4b806ec8accb91888c5c1273e91dc8e15c414df8 | |
parent | 68252b801ae606e68cfccabfbd57f2d8f1f9e1b5 [diff] |
Sign OTA packages inside target_files during signing Test: th Bug: 293313353 Change-Id: Ifd5dd08153c5970dac8166808173f7dfbbb3411d
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.