commit | 0b7207cec5310b6e97c0254422c57e90b5f3b0fe | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Aug 26 17:49:08 2022 +0000 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Aug 26 18:03:27 2022 +0000 |
tree | 3a6aa5b5647bf7216d098fd9d7b44552ad147f3f | |
parent | a52c09d238c65874c044ae35e7393665f8daf56b [diff] |
Add security patch level param to otatools Test: generate an OTA with --security_patch_level flag, install it, make sure data wipe happened. Bug: 242812845 Change-Id: Ic33c5c468dca050a966653e9233388371d8e9b1e
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.