commit | 77c15cb2d467896086351802638b96079931068b | [log] [tgz] |
---|---|---|
author | Joseph Murphy <murj@google.com> | Wed Oct 28 01:09:15 2020 +0000 |
committer | Joseph Murphy <murj@google.com> | Wed Oct 28 01:09:18 2020 +0000 |
tree | 42ab9d3412c0ff72b5a28b997ed4c24916167fd7 | |
parent | b979b79bd95937a55b806fb1b6210babce2ca0d7 [diff] |
Changes Robolectric test suite tag to its own value to enable filtering these in ATP. Bug: b/157635117 Change-Id: I7748ccbef3dd44d1a4a79e9ded5182607c83a20b
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.