commit | f3d476ed40d909e87e8070d62a2f04ddfde550bb | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Wed Mar 06 09:58:20 2024 -0800 |
committer | Daniel Zheng <zhengdaniel@google.com> | Thu Mar 21 10:47:51 2024 -0700 |
tree | 9464aa1438d0669ce259ac4de0fee21e5ee5ba28 | |
parent | 31a9fee831315547b4807763e6f1627fdee69bd7 [diff] |
allow command line override Allow override for vabc_cow version if specified from the command line. If OPTIONS.vabc_cow_version is already defined, then we don't want to modify this value since it was defined by --vabc_compression_param= Test: th Change-Id: I57b8129faf5caf9de1dc8ad96e7570214a9f3313
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.