commit | a840752b687ee9ee0ca4fe7a13ba68a14c93c231 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Nov 30 17:13:36 2017 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Thu Nov 30 17:13:36 2017 +0000 |
tree | 242cf8136ffd4c6d5326bde4af120c6f303f469a | |
parent | cb01a2c1c89aaf5b97b160ee3c2a8f8791897d78 [diff] |
Switch usages of legacy-test to android.test.base The legacy-test library has been deprecated in favour of the android.test.base library which will be exposed to developers in similar manner to android.test.runner and android.test.mock. Bug: 30188076 Test: make checkbuild && make droid && flash Change-Id: I36a9ccf8a1b4b7b75ce1ca4893daa3db6e660b30
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.