forked from openkylin/platform_build
Do not enforce debugfs restrictions on GSI builds
Devices that launched before Android S must still be able to access debugfs. Bug: 188022148 Test: build boot Change-Id: I18ecec3f7daf5a1085de40606640ead63457c4b2
This commit is contained in:
parent
664959831e
commit
329d896e52
|
@ -42,9 +42,6 @@ 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 New Issue