commit | 0588b4337a59d87a048d71dacc1e3fa05c36e0a2 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu May 03 13:20:01 2018 -0700 |
committer | Dan Albert <danalbert@google.com> | Tue Jun 05 15:06:25 2018 -0700 |
tree | cafca74ecb9afee4b233ca063e19d6c7fef00164 | |
parent | 99a215f3db480fc37b67be0124d9c344bdbaa3c6 [diff] |
Disable verity on -eng builds Verity is counter to the goal of -eng builds, so disable it on -eng builds. Change-Id: I9f9851d14948be04834394dc5e5445a36aafa945 Merged-In: I9f9851d14948be04834394dc5e5445a36aafa945 Fixes: 64315394 Test: verified -eng doesn't have verity enabled, but -userdebug does
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.