commit | a835f38f0b701f74bff4492f1f3016ccb671d992 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Jul 18 15:55:30 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Oct 02 05:53:31 2019 +0000 |
tree | af34aff8e033528c3942edea0218258ecd601ee3 | |
parent | 9c683dc968111364e887497435f2e689197b4888 [diff] |
Enforce the consistency between AB_OTA_UPDATER and AB_OTA_PARTITIONS. They are designed to be used as a pair -- we should create separate flags when there's a need. Fixes: 130433003 Test: TreeHugger Test: Define only one of them. `m dist` fails. Change-Id: Ied57bd67fbed59b160c407dbb4c0d624581c58f7
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.