commit | caf7bbc39ea083115f49ef5a7d1f52ce5c448126 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Nov 20 14:09:42 2020 -0500 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Nov 23 13:24:34 2020 -0500 |
tree | 716171149eb5fcddb40fe866e529e4f67cb57a7f | |
parent | ad33b891f8313a5379f1e69f17bbde3ec899bfdc [diff] |
Add --disable_verity_computation option to ota script Test: treehugger, generate an OTA with --disable_verity_computation, serve it to VABC device. Make sure it works Change-Id: I0a5f3c018727cb3eed3edd004d60d09d13e34039
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.