| commit | 83e2bca7cb4a87cc1afd214df9641c60fb80c4e3 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Wed Mar 12 18:35:51 2025 -0700 |
| committer | Cole Faust <colefaust@google.com> | Tue Mar 25 14:26:29 2025 -0700 |
| tree | f8b6307b607b342d26af32665d00578169a69bbf | |
| parent | 81e0c056434b2666836722619dc40e1e9737b07b [diff] |
Don't attempt to copy test files for soong modules Soong modules will now do the installing themselves. Bug: 388850000 Test: Presubmits Change-Id: I2dbe31cf9e9e97ba17d2dd975224d8a7f9a9db07
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.