wahoo: Add missing properties and packages

Now that we are building our own vendor image, some necessary
packages aren't being built and some props aren't being set.

Change-Id: I3e91822b336761cdecf3f6ebe416276dc0585785
This commit is contained in:
Eamon Powell
2020-03-17 18:15:13 +11:00
committed by Asriadi Rahim
parent 1e0f0b574b
commit 1b8550bf71

View File

@@ -748,6 +748,27 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.euicc.xml
# Build necessary packages for vendor
PRODUCT_PACKAGES += \
chre \
ese-ls-provision \
ese-replay \
libhidltransport.vendor \
libhwbinder.vendor \
libjson \
libsensorndkbridge:32 \
libtinyxml
# Enable missing vendor props
PRODUCT_PROPERTY_OVERRIDES += \
drm.service.enabled=true \
media.mediadrmservice.enable=true \
ro.gfx.driver.0=com.google.pixel.wahoo.gfxdrv \
ro.hardware.egl=adreno \
ro.hardware.vulkan=adreno \
ro.oem_unlock.pst=/dev/block/platform/soc/1da4000.ufshc/by-name/misc \
ro.oem_unlock.pst_offset=6144
include hardware/google/pixel/vibrator/drv2624/device.mk
include hardware/google/pixel/mm/device_legacy.mk
include hardware/google/pixel/thermal/device.mk