From 8d022b74b361628a6596114a64ba19f0dd70bd24 Mon Sep 17 00:00:00 2001 From: "P.Adarsh Reddy" Date: Tue, 4 May 2021 15:29:23 +0530 Subject: [PATCH] sm8550-common: Enforce android-S new launch debugfs restrictions Change-Id: I78878e1c4177c07d66b13e5659d4360252c5f87b --- common.mk | 3 +++ 1 file changed, 3 insertions(+) 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 \