Revert "Enable genrule sandboxing by default"
Revert submission 2782270-genrule_sandboxing_by_default Reason for revert: Potential culprit for b/305851039 and many other build breakages - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:2782270-genrule_sandboxing_by_default Change-Id: I3a8eb5d3a6a9e0d51ed7798c99187e9ca236b7bd
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
# Build System Changes for Android.mk/Android.bp Writers
|
||||
|
||||
## Soong genrules are now sandboxed
|
||||
|
||||
Previously, soong genrules could access any files in the source tree, without specifying them as
|
||||
inputs. This makes them incorrect in incremental builds, and incompatible with RBE and Bazel.
|
||||
|
||||
Now, genrules are sandboxed so they can only access their listed srcs. Modules denylisted in
|
||||
genrule/allowlists.go are exempt from this. You can also set `BUILD_BROKEN_GENRULE_SANDBOXING`
|
||||
in board config to disable this behavior.
|
||||
|
||||
## Partitions are no longer affected by previous builds
|
||||
|
||||
Partition builds used to include everything in their staging directories, and building an
|
||||
|
Reference in New Issue
Block a user