common: Include beluga properties for LAHAINA.

Change-Id: Ib83c8e4959cf891fc0063408c0d8c7ea59c34ce5
This commit is contained in:
Alexander Koskovich 2021-04-21 08:29:48 -07:00
parent bcb24b61c3
commit 56e1fb09fe
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
1 changed files with 8 additions and 0 deletions

View File

@ -49,5 +49,13 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.extension_library=libqti-perfd-client.so \
vendor.power.pasr.enabled=true
ifeq ($(call is-board-platform-in-list, lahaina),true)
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.beluga.p=0x3 \
ro.vendor.beluga.c=0x4800 \
ro.vendor.beluga.s=0x900 \
ro.vendor.beluga.t=0x240
endif
# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/qcom/common/perf/perf-vendor.mk)