commit | d2cc6a6c99ec97e850b783fbfefbfda014dc36af | [log] [tgz] |
---|---|---|
author | Mingjun Yang <yangmingjun@google.com> | Tue Nov 05 23:44:38 2024 +0000 |
committer | Mingjun Yang <yangmingjun@google.com> | Tue Nov 05 23:44:38 2024 +0000 |
tree | 967955327c26a4bb61e1b084f60443b78c9b841c | |
parent | d91c7bab2bbeb82efe97340a235ab5d77d332a4b [diff] |
Implement test discovery agent for test zip discovery BUG: 371603869 Change-Id: Ia9f2e620db7625bccc848324f494e43e4374bcfe Test: Verified in presubmit, partially built test zips by referring to test discovery result in presubmit build, and presubmit test passed.
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.