commit | fd4802435c4b30975f80d8755bdb48d4068e7922 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Mon Oct 04 11:04:14 2021 -0700 |
committer | Dan Shi <dshi@google.com> | Mon Oct 04 11:41:06 2021 -0700 |
tree | a3f7566717242eec0213026d0ef1b0122a799040 | |
parent | 64bc620d8c8fb3c1c3908997d1ecc5f3f15504d4 [diff] |
Allow compatibility suite also build a test list The list of tests will be used to filter tests during test mapping run. Bug: 201591516 Test: m dist cts vts Change-Id: I2fd63b93c78af4fa88672aa903c87a4777691806
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.