commit | 054f210fd57b394c8fb1e5c8315ef7a553d0f5ee | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Wed Jun 06 01:45:10 2018 +0000 |
committer | Simran Basi <sbasi@google.com> | Wed Jun 06 18:29:05 2018 +0000 |
tree | 053624131315ea986656e4eedae3d39fe6f97a98 | |
parent | 479da2f3bb9b4a53d7299f0efd3bea5424b99192 [diff] |
Revert "Build System: Validate AndroidTest.xml Configs" This reverts commit 479da2f3bb9b4a53d7299f0efd3bea5424b99192. Reason for revert: <revert for b/109736180 #8> Bug: 109736180 Test: lunch walleye_coverage-userdebug; make adbd_test Change-Id: I090893e20a2dab0651551361ebf65c26b95a25f2
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.