Snap for 11679388 from 547f6e660b
to 24Q3-release
Change-Id: Ic031dc21ac85069d9223627c7237c460fcb4e459
This commit is contained in:
commit
cf1582578f
13 changed files with 12 additions and 9 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -20,7 +20,7 @@ BtOffloadTrunkGroup = 24P_AOC
|
||||||
SarBackOffHighResolution = true
|
SarBackOffHighResolution = true
|
||||||
|
|
||||||
# Update BQR Event Mask property value
|
# Update BQR Event Mask property value
|
||||||
BqrEventMaskValueUpdate = 295006
|
BqrEventMaskValueUpdate = 295262
|
||||||
|
|
||||||
# Update BQR Event Mask property value
|
# Update BQR Event Mask property value
|
||||||
BqrEnergyReportLogging = true
|
BqrEnergyReportLogging = true
|
||||||
|
@ -33,7 +33,7 @@ AccelBtDisable = false
|
||||||
|
|
||||||
BtHalRecoveryByRestart = true
|
BtHalRecoveryByRestart = true
|
||||||
|
|
||||||
BtHalBqrEnable = true
|
BtHalBqrEnable = false
|
||||||
|
|
||||||
# <string> The hardware stage with old chip revision is no longer
|
# <string> The hardware stage with old chip revision is no longer
|
||||||
# supported by BT firmware.
|
# supported by BT firmware.
|
||||||
|
|
|
@ -20,7 +20,7 @@ BtOffloadTrunkGroup = 24P_AOC
|
||||||
SarBackOffHighResolution = true
|
SarBackOffHighResolution = true
|
||||||
|
|
||||||
# Update BQR Event Mask property value
|
# Update BQR Event Mask property value
|
||||||
BqrEventMaskValueUpdate = 295006
|
BqrEventMaskValueUpdate = 295262
|
||||||
|
|
||||||
# Update BQR Event Mask property value
|
# Update BQR Event Mask property value
|
||||||
BqrEnergyReportLogging = true
|
BqrEnergyReportLogging = true
|
||||||
|
@ -33,7 +33,7 @@ AccelBtDisable = false
|
||||||
|
|
||||||
BtHalRecoveryByRestart = true
|
BtHalRecoveryByRestart = true
|
||||||
|
|
||||||
BtHalBqrEnable = true
|
BtHalBqrEnable = false
|
||||||
|
|
||||||
# <string> The hardware stage with old chip revision is no longer
|
# <string> The hardware stage with old chip revision is no longer
|
||||||
# supported by BT firmware.
|
# supported by BT firmware.
|
||||||
|
|
|
@ -20,7 +20,7 @@ BtOffloadTrunkGroup = 24P_AOC
|
||||||
SarBackOffHighResolution = true
|
SarBackOffHighResolution = true
|
||||||
|
|
||||||
# Update BQR Event Mask property value
|
# Update BQR Event Mask property value
|
||||||
BqrEventMaskValueUpdate = 295006
|
BqrEventMaskValueUpdate = 295262
|
||||||
|
|
||||||
# Update BQR Event Mask property value
|
# Update BQR Event Mask property value
|
||||||
BqrEnergyReportLogging = true
|
BqrEnergyReportLogging = true
|
||||||
|
@ -33,7 +33,7 @@ AccelBtDisable = false
|
||||||
|
|
||||||
BtHalRecoveryByRestart = true
|
BtHalRecoveryByRestart = true
|
||||||
|
|
||||||
BtHalBqrEnable = true
|
BtHalBqrEnable = false
|
||||||
|
|
||||||
# <string> The hardware stage with old chip revision is no longer
|
# <string> The hardware stage with old chip revision is no longer
|
||||||
# supported by BT firmware.
|
# supported by BT firmware.
|
||||||
|
|
|
@ -17,12 +17,10 @@
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
vendor/qcom/fingerprint/qfp-service \
|
vendor/qcom/fingerprint/qfp-service \
|
||||||
vendor/qcom/fingerprint/QFingerprintService \
|
vendor/qcom/fingerprint/QFingerprintService \
|
||||||
vendor/qcom/fingerprint/QFPCalibration \
|
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
qfp-daemon \
|
qfp-daemon \
|
||||||
QFingerprintService \
|
QFingerprintService
|
||||||
QFPCalibration \
|
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
||||||
|
@ -36,6 +34,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.qfp.enable_setprop=0 \
|
persist.vendor.qfp.enable_setprop=0 \
|
||||||
log.tag.QFP=3
|
log.tag.QFP=3
|
||||||
|
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
vendor/qcom/fingerprint/QFPCalibration
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(findstring factory, $(TARGET_PRODUCT)))
|
ifneq (,$(findstring factory, $(TARGET_PRODUCT)))
|
||||||
PRODUCT_PACKAGES += QfsFactoryTest
|
PRODUCT_PACKAGES += QfsFactoryTest
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue