commit | 479da2f3bb9b4a53d7299f0efd3bea5424b99192 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Thu May 03 10:12:27 2018 +0000 |
committer | Nelson Li <nelsonli@google.com> | Tue May 08 00:26:40 2018 +0000 |
tree | 7ddbc293ffc03c7a418813792aa2fc1403456601 | |
parent | de511491b7163b092a7e925a46db208d1a79670d [diff] |
Build System: Validate AndroidTest.xml Configs make <test> should fail if the test has a poorly configured atest configuration BUG: 73082610 Test: cd packages/apps/Bluetooth/tests/unit; mma Modify AndroidTest.xml to a not well-formed xml; mma Then, it should build fail. atest -v BluetoothInstrumentationTests Change-Id: I774b4eb81a1b9e9ae31de949aea995d2f258e9a1
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.