Revert "a20: add quick tap"

This reverts commit 8403f14f11.
This commit is contained in:
Chara 2026-07-27 18:37:44 -04:00
commit f2f253ef25
2 changed files with 0 additions and 17 deletions

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- These are configurations that should exist on devices that support Quick
Tap -->
<config>
<!-- This feature is meant to be the feature identifying devices that support
Quick Tap -->
<feature name="com.google.android.feature.QUICK_TAP" />
</config>

View file

@ -27,14 +27,6 @@ PRODUCT_COPY_FILES += \
# Overlay # Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Quick Tap
PRODUCT_COPY_FILES += \
device/oneplus/guacamoleb/conf/quick_tap.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/quick_tap.xml
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.columbus.use_ap_sensor=false
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-service
# Soong namespaces # Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH) PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)