commit | 251a02f2f05126c2c44e15309e16f61237b813eb | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Aug 22 11:58:35 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Aug 22 16:43:57 2018 -0700 |
tree | 85a355083dc832863855b0ee0005df48a4568610 | |
parent | 10f1a69a2bd649532b89a551d7dd5e32e90ebaeb [diff] |
Create build-superimage-target. Combine INSTALLED_SUPERIMAGE_TARGET with INSTALLED_SUPERIMAGE_EMPTY_TARGET. Also fixes inconsistent UUIDs for super_empty.img because PRIVATE_SUPER_PARTITION_SUFFIX is not defined. Test: flash and inspect device mapper Change-Id: I7f00c4e21ebdd21e94fa387c6e2fbea06a6e75b7
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.