From bd5c77d4d175276d6a0d131762afcd6bb59be3b9 Mon Sep 17 00:00:00 2001 From: pjgowtham Date: Sat, 5 Oct 2024 19:08:53 +0530 Subject: [PATCH] dre: Avoid building oplus doze AOSP doze already covers most of the features. What is not supported by AOSP is - Using pickup sensor for doze pulse - Toggling quick pickup sensor irrespective of pickup gesture But these are probably not the features that we'd want to expose. Change-Id: I8655baceb4be3e3a68613486da4ac4c0c5ff93d6 --- device.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device.mk b/device.mk index ee3c0db..b881bd1 100644 --- a/device.mk +++ b/device.mk @@ -130,10 +130,6 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ hardware/qcom-caf/sm8350/display/config/snapdragon_color_libs_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/snapdragon_color_libs_config.xml -# Doze -PRODUCT_PACKAGES += \ - OplusDoze - # DRM PRODUCT_PACKAGES += \ android.hardware.drm-service.clearkey \