commit | 5db2b8fa45a8ba9e90f76f583bc46ffdcf6c3c57 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Mar 13 20:50:16 2025 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Mar 13 21:11:29 2025 +0000 |
tree | 898f291c707813736895f980ab6a83086916b2f6 | |
parent | 9291155ad04e98bf081a57e806ef71e351eb1f6b [diff] |
Replace test suites symbols.zip name patterns Temporarily rename test suites' symbols.zip and its associated mapping.textproto files to bypass the tradefed's artifact naming requirements. This change is a temporary solution and would be reverted once tradefed excludes the symbols.zip files from the download candidates. Test: m device-tests dist --no-soong-only && aninja -t query device-tests Bug: 402471392 Change-Id: Ibf4f658481e05b64b8f230073e09ef3f1e8d7c59
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.