diff options
| author | 2021-06-16 17:38:56 +0000 | |
|---|---|---|
| committer | 2021-06-16 17:38:56 +0000 | |
| commit | 32bd512b9ea58c37166b93c04f8c575d37355ad2 (patch) | |
| tree | 4405be710b14f9ed29553334d8973329cf276514 | |
| parent | 757e2e1fc10d92ceae13d653c2e93ebd571e5a68 (diff) | |
| parent | 2a2a97afbac87051d8d5c6c20e79b2decbe946b3 (diff) | |
Merge "Disable build-time debugfs restrictions on GSI builds"
| -rw-r--r-- | target/product/gsi_release.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/product/gsi_release.mk b/target/product/gsi_release.mk index 25fa68b644..8591a83e06 100644 --- a/target/product/gsi_release.mk +++ b/target/product/gsi_release.mk @@ -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 |