Merge "Enforce debugfs restrictions on GSI builds too." am: 664959831e
Original change: https://android-review.googlesource.com/c/platform/build/+/1686425 Change-Id: I832fc51f2f9675ba20f9048f2422698930d0b063
This commit is contained in:
commit
4a454d0554
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|||
# Enable dynamic partition size
|
||||
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
|
||||
|
||||
# Enable various debugfs restrictions
|
||||
PRODUCT_SET_DEBUGFS_RESTRICTIONS := true
|
||||
|
||||
# GSI targets should install "unflattened" APEXes in /system
|
||||
TARGET_FLATTEN_APEX := false
|
||||
|
||||
|
|
Loading…
Reference in a new issue