commit | 99d40d7554ae912f09673bd46aafa9c929e47eb7 | [log] [tgz] |
---|---|---|
author | Luca Farsi <lucafarsi@google.com> | Tue Aug 06 13:35:28 2024 -0700 |
committer | Luca Farsi <lucafarsi@google.com> | Mon Aug 12 09:59:11 2024 -0700 |
tree | d9f7ce390f52ca810e343e14f6bddef525ae434d | |
parent | 944fa4f8134dfd2bd11b939dfd62f18eadf811ab [diff] |
Change artifact matching to be more strict The current artifact matching logic will cause any test target that uses something like .*-tests.zip to be way too broad in what it causes to build. Change the logic to look for the target name in the artifact matching regex to make it so that only tests that look for a specific target to match. Test: atest build_test_suites_test Bug: 348489774 Change-Id: Ia75e38b676607f45f2b1c8fcf948045c248f1729
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.