From b86d18649a5012726df5651b0439b8ce5c4b10bf Mon Sep 17 00:00:00 2001 From: Colin Ko Date: Mon, 12 Jun 2023 15:42:56 +0800 Subject: [PATCH] Disable sps on akita Bug: 286780112 Test: build, check sepolicy Change-Id: Id506c1de0324e80345fc887e6b21a9bfa1d52d3a --- device-akita.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-akita.mk b/device-akita.mk index 4818f49..6120148 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -55,6 +55,9 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml +PRODUCT_PROPERTY_OVERRIDES += \ + vendor.camera.debug.enable_software_post_sharpen_node=false + # NFC PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \