commit | 7a9b07f6fed5e7708e2e45fcc5571743b48d17b3 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Nov 29 15:01:31 2017 -0800 |
committer | Steven Moreland <smoreland@google.com> | Mon Dec 04 09:37:39 2017 -0800 |
tree | bd0e79e8bf6ed0a5e9e07af71607de4102397f06 | |
parent | b8e08222d9798c4f39d4d2c37bcd111bbc02f2ba [diff] |
Revert "Include Treble metadata on Treble enabled devices" The test rather than the build system needs to check the files according to the versions of the provided device (and it does so now). Fixes: 69864925 Test: clean revert, manual (revert of cb5b8d2d473dc0b0a45a00ce8072e55dce3309f4) Change-Id: I1922190bfadca74d0652440fe61e29f22a846cf7
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.