Compare commits
3 commits
lineage-22
...
lineage-23
Author | SHA1 | Date | |
---|---|---|---|
|
440b5b4ec6 | ||
|
3938736cf1 | ||
|
16e6a9074b |
3 changed files with 12 additions and 9 deletions
|
@ -34,9 +34,6 @@ BOOT_KERNEL_MODULES := $(BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD)
|
|||
BOARD_MOT_DP_GROUP_SIZE := 9827254272 # (BOARD_SUPER_PARTITION_SIZE - 4MB)
|
||||
BOARD_SUPER_PARTITION_SIZE := 9831448576
|
||||
|
||||
# Power
|
||||
TARGET_TAP_TO_WAKE_NODE := /sys/class/touchscreen/primary/gesture
|
||||
|
||||
# Properties
|
||||
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
|
||||
TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop
|
||||
|
|
|
@ -62,12 +62,12 @@
|
|||
</reference>
|
||||
<reference name="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE">
|
||||
<!-- Default is Speaker Media Volume Curve -->
|
||||
<point>1,-6500</point>
|
||||
<point>33,-4600</point>
|
||||
<point>50,-3900</point>
|
||||
<point>66,-3300</point>
|
||||
<point>80,-2700</point>
|
||||
<point>90,-1400</point>
|
||||
<point>1,-5000</point>
|
||||
<point>30,-3600</point>
|
||||
<point>43,-2800</point>
|
||||
<point>65,-2000</point>
|
||||
<point>85,-1200</point>
|
||||
<point>93,-600</point>
|
||||
<point>100,0</point>
|
||||
</reference>
|
||||
<reference name="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE">
|
||||
|
|
|
@ -56,6 +56,9 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.light-service.lineage
|
||||
|
||||
# LiveDisplay
|
||||
$(call soong_config_set,livedisplay_sysfs,enable_ab,true)
|
||||
|
||||
# NFC
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.nfc-service.nxp \
|
||||
|
@ -70,6 +73,9 @@ PRODUCT_COPY_FILES += \
|
|||
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
|
||||
frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml
|
||||
|
||||
# Power
|
||||
$(call soong_config_set,qtipower,tap_to_wake_node,/sys/class/touchscreen/primary/gesture)
|
||||
|
||||
# Sensors
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
||||
|
|
Loading…
Reference in a new issue