| commit | 519a38e10751bd4178c9b38d9a17e5b443409361 | [log] [tgz] |
|---|---|---|
| author | Szu-An Lu <szuanlu@google.com> | Fri Mar 28 04:52:41 2025 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Mar 28 04:52:47 2025 -0700 |
| tree | 6bcea0c82c5dcd9c832ff496a6316fd140ffcd8a | |
| parent | 1e48ba91a9567b5120d036976792512e8494396e [diff] |
Revert "Reapply "Don't attempt to copy test files for soong modules"" Revert submission 32747769-install_test_files_with_soong Reason for revert: Boot test failure b/406661636. Revert for ABTD verification Reverted changes: /q/submissionid:32747769-install_test_files_with_soong Change-Id: I908ac93c582848c0fd3cb3008b97d316144d674c
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.