commit | d868c12467780374304cdf5777de424336c58eb8 | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Mon Jun 07 16:11:47 2021 -0700 |
committer | Tianjie <xunchang@google.com> | Thu Jun 10 14:44:26 2021 -0700 |
tree | 8476b88aa98c909d6b9ae7adf437822002fbfb48 | |
parent | d3c78b8cde5b094d75fe7d8890f8dc65f13deb61 [diff] |
Add apex info to the streaming property file So updaters can streaming download the file, and query the apex info inside the file. Bug: 190244686 Test: generate an OTA package, check the streaming property Change-Id: I17078d3f8d60ca53c6afe82f74b232e2fb242467
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.