commit | f67dd8059d7b746e7dc61812827d7b6a50dc4ac9 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 20 17:50:36 2019 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Aug 20 00:18:00 2019 -0700 |
tree | 70649497e2be1148589b89c237c1a046a5684f5e | |
parent | 23b46e54acf229442294fd378eb04c26013ab5e9 [diff] |
Generate block based OTA for product partitions Currently only the system and vendor partitions are updated in the generic block based OTA generation script. Since the product partition is quite large and consist most of APK files, it would be beneficial to update it similar to system. Handle the odm and system_ext partitions in the same way as well. Bug: 132683080 Test: Run unit tests, generate full and incremental OTA with product partitions. Change-Id: I13478cf9bd32137c6729b8c9cb102080147093f2
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.