commit | 65afc07f9dd1220ff45e7bfd7ca09a1647928e33 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Apr 17 10:08:10 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue May 19 15:23:27 2020 -0700 |
tree | 6fc616ce06ac639d41ce4898302334eb5f791c47 | |
parent | def74b4c2bb2ef0c99bcd573341fda63405790e7 [diff] |
Support forcefully generating non-AB packages. Force generate a non-A/B update package when requested. Bug: 154344887 Test: ota_from_target_files.py --force_non_ab ... Test: apply it as well Change-Id: I5e81eb161722e07ef50081b6a16685cbc9963ae2 (cherry picked from commit 7169f754cc4b806c54a049b838355483575c1785) Merged-In: I5e81eb161722e07ef50081b6a16685cbc9963ae2
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.