commit | 042bb8c6dce12074b8aaba15309235d57a539782 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Tue Oct 31 15:35:19 2023 -0700 |
committer | Dan Shi <dshi@google.com> | Tue Oct 31 15:44:16 2023 -0700 |
tree | 2b143612085775ef3858ce61104f0a8c54a77af6 | |
parent | 4c56f45c50efaa95a49387dd8b948bde565ca021 [diff] |
Remove EXTRA_TEST_RUNNER_CONFIGS option in template for autogen instrumentation test Instrumentation test config created by autogen is still using python script auto_gen_test_config.py, which doesn't support extra_runner_options yet. Bug: 308627607 Test: m FrameworksCorePackageInstallerSessionsTests Change-Id: Ib3bef791a9d1b3e0b68f5845dc20d2c5ec5791ec
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.