Skip to content

Commit

Permalink
penang: Import SF props from stock & Move NFC config select
Browse files Browse the repository at this point in the history
  • Loading branch information
nattolecats committed Jan 23, 2024
1 parent 0165ec4 commit 532e587
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ BOARD_SEPOLICY_DIRS += device/motorola/penang/sepolicy
# HIDL
DEVICE_MANIFEST_FILE += device/motorola/penang/manifest.xml
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += device/motorola/penang/device_framework_matrix.xml

# Properties
TARGET_SYSTEM_PROP += device/motorola/penang/system.prop
4 changes: 0 additions & 4 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ PRODUCT_PACKAGES += \
NQNfcNci \
com.nxp.nfc.nq

# NFC - Select config
PRODUCT_PRODUCT_PROPERTIES += \
persist.nfc_cfg.config_file_name=libnfc-nci_SN100.conf

# NFC - Include common qti-nfc blobs
include device/qcom/common/vendor/nfc/qti-nfc.mk

Expand Down
12 changes: 12 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# NFC
persist.nfc_cfg.config_file_name=libnfc-nci_SN100.conf

# SurfaceFlinger
debug.sf.auto_latch_unsignaled=1
debug.sf.boost_sf_on_touch=true
debug.sf.enable_hwc_vds=0
debug.sf.force_cpuset_system_default=1
debug.sf.force_populate_color_modes=true
debug.sf.latch_unsignaled=0
debug.sf.scroll_boost_refreshrate=120
debug.sf.touch_boost_refreshrate=90

0 comments on commit 532e587

Please sign in to comment.