commit | b0d376f66b39dacc32ade0163c7d9479624facba | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Aug 17 22:40:08 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Aug 17 22:59:12 2018 -0700 |
tree | 3a4313bdf39a467ea273daadafc8ccf2ad978004 | |
parent | 38f16dcf4efd47bf96c3ba9ce08a6c605f0494b6 [diff] |
Add tools jars to general-tests.zip Some non-tests were marked with LOCAL_COMPATIBILITY_SUITE := general-tests in order to get them into general-tests.zip. Soong is attempting to only allow the test_suites property on tests. Specify the tools needed in the test suite in general-tests.mk instead, the same way cts.mk does. Bug: 112654980 Test: m checkbuild Test: tradefed/general_tests_zip Change-Id: Ied7a6b2f956b84659c3edcf4dd866a8cd936bedf
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.