Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b566a9e2 authored by Hridya Valsaraju's avatar Hridya Valsaraju
Browse files

Enforce debugfs restrictions on GSI builds too.

Debugfs build-time/run-time restrictions must be enabled on GSI builds
as well.

Test: Build, boot
Bug: 184381659
Change-Id: I940b0a2f6e22086dd479004a68bf6ad1cfe9eb13
parent 6edaa353
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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


# Enable various debugfs restrictions
PRODUCT_SET_DEBUGFS_RESTRICTIONS := true

# GSI targets should install "unflattened" APEXes in /system
# GSI targets should install "unflattened" APEXes in /system
TARGET_FLATTEN_APEX := false
TARGET_FLATTEN_APEX := false