commit | 7d1b29bd5df3610b69a33fa116412e920c96f6b4 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Oct 09 14:06:18 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Oct 09 16:47:19 2023 -0700 |
tree | 943da1ffe165c765eaed83cfbc1d97826ecba81a | |
parent | a43c06e5d622ec4b8e024aa84749e1a29f594afb [diff] |
Run validation on user specified vabc_compression_param During OTA generation, we check the vabc compression param specified by target files, and override compression param to gz if the specified compression method is unsupported. Run the same validation on compression param passed by --vabc_compression_param as well. Test: th Change-Id: If855a2ee8c3c280c74efd5a67df229ab6c5709c5
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.