| commit | 3a99329eabfa31c4875f5c34292e04c33779a2d1 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Tue Jun 10 11:22:01 2025 -0700 |
| committer | Cole Faust <colefaust@google.com> | Tue Jun 10 11:22:01 2025 -0700 |
| tree | ec5070a49496798eee24be94c7b3c335f1c9d9bd | |
| parent | 36a8f08f77bfe89c754b8d8aac9d33baad96c9e3 [diff] |
Build owners.zip with soong For soong-only builds. Also makes adding/removing an OWNERS file not require re-analysis. Fixes: 422222547 Test: diff out/target/product/vsoc_x86_64_only/obj/PACKAGING/owners_intermediates/owners.zip out/soong/OWNERS.zip Change-Id: I4c4088333b54987e36c0b093c91d9c6136daa5f3
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.