commit | ae6e0d5d28f1480dce42d702cf6fe7460bf5dd4c | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu May 07 12:38:53 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu May 07 16:55:39 2020 -0700 |
tree | 1f3cd73794979b5bf2bda96853c09de494b4bfed | |
parent | 7169f754cc4b806c54a049b838355483575c1785 [diff] |
Use add_slot_suffix function in edify script Whenever a device is retrieved from fstab, wrap it with add_slot_suffix() if it has slotselect option. Test: change fstab (changes boot image, which is a static partition), change system partition (a dynamic partition), generate incremental OTA with --force_non_ab and apply it on cuttlefish Bug: 153581609 Change-Id: Id3f8e4425b65176baf1b0ff1ee07ab3d820a3a7f
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.