diff --git a/atoll.mk b/atoll.mk index 478dabd..1b9f6f1 100644 --- a/atoll.mk +++ b/atoll.mk @@ -85,6 +85,9 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml +# DebugFS +PRODUCT_SET_DEBUGFS_RESTRICTIONS := true + # Display PRODUCT_PACKAGES += \ android.hardware.graphics.composer@2.4-impl \