commit | 7859593560f9b7791364f513f01a40bf014ebbf4 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Jun 05 13:39:07 2020 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Fri Jun 05 23:08:17 2020 +0000 |
tree | 600f0bbe638e0be6dd1df04298a5ef61a15542d4 | |
parent | bb726614db7db896f94667cb239502e5b0d5700c [diff] |
Add tradefed-test-framework to the suites exported jar New jar that needs to be packaged for suites. Test: make cts Bug: 149758913 Bug: 156482663 Merged-In: If29508f3dd30939be603ed03f2536c960ca40d92 Change-Id: If50a1e76ffdb4651bf004b26eb111e113569c6c4
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.