commit | b4adc067325ec7d94097dae55e49d5c7cbe2d605 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Aug 22 18:27:14 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Aug 22 18:41:49 2018 -0700 |
tree | 0809555ff3ccf2719308f6437dfdc7b9a478f964 | |
parent | da9f2d8fd43b14853491b0b241a9efa3b7fb3bf9 [diff] |
releasetools: Look for recovery.fstab at both locations. The change in [1] moved the recovery etc files from /etc to /system/etc. However, we may use the latest OTA tools to build incremental OTAs for old target_files zips. This CL adds a workaround to look at both of the old and new locations. [1] commit 696bb33676f0cabcfa64ccec2536d1ff45e1d218 Bug: 113073663 Test: Build a previously failing incremental OTA for taimen. Change-Id: Ie07aa1713e616d523838b1260a992b20f5a11612
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.