commit | 289b002427f2145ca9d4aec9dc6e9dd3a951218b | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Oct 17 23:41:19 2019 +0000 |
committer | Yifan Hong <elsk@google.com> | Fri Oct 18 00:07:23 2019 +0000 |
tree | 1e680b3bc3d8fac60c506ae823e6282f587510b1 | |
parent | 948b259b52f2a923b2506d8b6804293e43c68817 [diff] |
Delete VINTF files from target files package. This relands "Check VINTF compatibility at OTA generation time." This reverts commit 948b259b52f2a923b2506d8b6804293e43c68817. Reason for revert: blueline_mainline_mixed fixed now Change-Id: Ib42f7183adb1e6f98692bdfbc73c2619227e646d Fixes: 131425279 Test: builds
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.