commit | 15a36a14d606b9d353ab312410bbc6ace82f11e3 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue Jan 16 12:38:58 2024 -0800 |
committer | Daniel Zheng <zhengdaniel@google.com> | Tue Jan 16 12:41:01 2024 -0800 |
tree | c1a11544cdf085541dbafc47251e8fc6fb700528 | |
parent | bb173729285a0e56d3e3c6fa854acbeca6c3a86c [diff] |
Update check to work with compression levels vabc_compression_param can be a combination of algorithm + level. Updating this check so that it works with both. Test: ota_from_target_files Change-Id: I2f13ca31c728d7c8607ac085c9b663691f8dfa02
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.