mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
parent
657b4a96a3
commit
f2f253ef25
2 changed files with 0 additions and 17 deletions
|
|
@ -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>
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue