commit | ebba784d0aa1581ee88af394abc04810da11ed41 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Aug 22 14:18:27 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Aug 23 09:38:00 2018 -0700 |
tree | 127a5352f40f237c4d3c320751dcfd9c94498eaa | |
parent | 251a02f2f05126c2c44e15309e16f61237b813eb [diff] |
Add _b to super. During OTA, update_engine expects both slots in super, so that it doesn't have to create the missing slot. Thus, UUIDs of all logical partitions are consistent. Values are the result of `uuidgen.py {name}_{slot}` for A/B and `uuidgen.py {name}` for non-A/B). Test: adb shell lpdump /dev/block/by-name/super Bug: 110717529 Change-Id: Ibb90d4dbe1a56bf314d4a02d7aa2f2be18d04855
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.