commit | a5fca03e0a22492c907b00986962c263695b1f89 | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Tue Jun 01 22:06:28 2021 -0700 |
committer | Tianjie <xunchang@google.com> | Mon Jun 07 20:33:46 2021 -0700 |
tree | 76a15410a2e9ee6534476eea5b916511551c63f2 | |
parent | 041770b553a794f1bf955ef231d6c4c3bc1b5a16 [diff] |
Amend the apex info for ota package We have already logged the compressed apexes in the target-files. Because we want to support the apex metrics during OTA update, also include the uncompressed apexes in the META/apex_info.pb. For incremental OTA packages, include the source apex version for each apex package as well. Bug: 190244686 Test: unit test Change-Id: I5cf2647c56c4feb5517f9a81aa1e9abc52515bf1
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.