diff --git a/common.mk b/common.mk index dc574f8..577663b 100644 --- a/common.mk +++ b/common.mk @@ -117,6 +117,9 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \ frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml +# DebugFS +PRODUCT_SET_DEBUGFS_RESTRICTIONS := true + # Display PRODUCT_PACKAGES += \ android.hardware.graphics.allocator-V1-ndk.vendor \