commit | fae54cbd8a3370ef4a4944468fda92db60bc33c9 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon May 18 13:28:40 2020 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Mon May 18 13:30:29 2020 -0700 |
tree | 26e831521ba19d48972bb45cd2d56b39cd9fe81b | |
parent | 7146d5f41e3da79bea21caf75ebdaa6a50bd5196 [diff] |
Add tradefed-test-framework to the suites exported jar New jar that needs to be packaged for suites. Test: make cts Bug: 149758913 Change-Id: If29508f3dd30939be603ed03f2536c960ca40d92
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.