commit | 7cc217459a4416ff2cab9e57d3e9e2cddb2100dc | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Thu Apr 18 10:23:20 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Thu Apr 18 10:25:33 2024 +0200 |
tree | e3c56461571c1b4a876ca877805d3d79f310c225 | |
parent | fde34c3b65fc2d8fba87d654d319fd3271202e7f [diff] |
check-flagged-apis: simplify unit test dependencies Replace the current unit test runner DeviceJUnit4ClassRunner with JUnit4 and replace the (larger) dependency tradefed with the (smaller) dependency junit. This has no impact other than minimizing the unit test static_libs. Bug: 334870672 Test: atest --host check-flagged-apis-test Change-Id: I0520ab0feeea5ea2ed15905136ba2647f86162cb
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.