dre: Enforce android-S new launch debugfs restrictions

Change-Id: I78878e1c4177c07d66b13e5659d4360252c5f87b
This commit is contained in:
P.Adarsh Reddy 2021-05-04 15:29:23 +05:30 committed by Albert Tang
parent 4642d4b7b0
commit aea9b9882c

View file

@ -150,6 +150,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.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 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 # Display
DISPLAY_HAL_DIR := hardware/qcom-caf/sm8350/display DISPLAY_HAL_DIR := hardware/qcom-caf/sm8350/display