commit | 10eac08fe1b6c70bf284cb78c013b1d566a40ac1 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Thu Jun 10 14:32:19 2021 -0400 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Jun 14 10:23:14 2021 -0400 |
tree | 09d9a86cc6ca5fc266a69d5abde46d35245caeb9 | |
parent | 9c17b26ee75a2fc43f0988e70aa44c63fcba594a [diff] |
Add ro.vendor.build.dont_use_vabc to disable VABC OTA This prop is owned by OEM, OEM can set this if they want to disable VABC. Test: m dist, make sure generated OTA has VABC disabled Bug: 185400304 Change-Id: Iceb2fb1f399d38a51722352a86ddf68af05fa24e
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.