commit | 2062646c87f683094e39d043902d17e36bc18f92 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Nov 16 11:36:56 2023 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Nov 29 10:18:52 2023 -0800 |
tree | a920603317332411d84689ea6102691499e9fd93 | |
parent | 3a2ff8e27ec0bed13002a4a9ae568a636f5ea010 [diff] |
Don't install test data from Soong Soong has already created the test data installation rules. Make still handles packaging the test data into test suites. Bug: 311428265 Test: atest --host toybox-gtests --test-timeout=120000 Change-Id: Ida0469e600b1dec4ce4e450a6c517ae13c133ded
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.