Merge "Disable build-time debugfs restrictions on GSI builds" am: 32bd512b9e am: 02e6d3ff74 am: b9d5aafce3

Original change: https://android-review.googlesource.com/c/platform/build/+/1736064

Change-Id: I4f95e8fe9f64914796e2ef14d24060684d1a6f5c
This commit is contained in:
Hridya Valsaraju
2021-06-16 18:27:08 +00:00
committed by Automerger Merge Worker

View File

@@ -42,6 +42,9 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
# Disable the build-time debugfs restrictions on GSI builds
PRODUCT_SET_DEBUGFS_RESTRICTIONS := false
# GSI targets should install "unflattened" APEXes in /system
TARGET_FLATTEN_APEX := false