Merge "Disable build-time debugfs restrictions on GSI builds"

This commit is contained in:
Hridya Valsaraju
2021-06-16 17:38:56 +00:00
committed by Gerrit Code Review

View File

@@ -42,6 +42,9 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Enable dynamic partition size # Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true 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 # GSI targets should install "unflattened" APEXes in /system
TARGET_FLATTEN_APEX := false TARGET_FLATTEN_APEX := false