| commit | 2dc6827ea6636f5babde49cbb28194d24b386d12 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Wed Apr 30 15:40:45 2025 -0700 |
| committer | Cole Faust <colefaust@google.com> | Wed Apr 30 15:40:45 2025 -0700 |
| tree | a378327f4b4322ba66b4220cac144a1100a0b9b2 | |
| parent | 49c20850965d76b30bcd65906c388afec0b80091 [diff] |
Remove BUILD_BROKEN_GENRULE_SANDBOXING Genrule sandboxing has been the default for a long time now, remove the flag to disable sandboxing. Bug: 414874576 Test: Presubmits Change-Id: I3f9a05d74ac3de0216286d345f0bfb08de0f4926
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.