commit | 72a1367d5b50e80f15c88d8db63d50dce776fb7c | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Sep 26 18:06:14 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Sep 26 18:22:46 2019 -0700 |
tree | a9a7ac991c0f7daad6e39672957345fdfefc538a | |
parent | 0b58060caeef4802202933f808af6b589d8bd989 [diff] |
Add virtual_ab to dynamic_partitions_info.txt ... so that it can be used during OTA package generation. Bug: 141720569 Test: apply virtual A/B OTA Change-Id: I3a1df1afb7676eed6d22be49270354119bfb5a75
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.