From 85d8c0baab9c1c6c60749d9f247fa52f8a5b8542 Mon Sep 17 00:00:00 2001 From: leohsieh Date: Mon, 30 Aug 2021 22:22:49 +0800 Subject: [PATCH] raviole: Add GOODIX_CONFIG_BUILD_VERSION to device mk Move GOODIX_CONFIG_BUILD_VERSION to device mk. Fixes "There is no fp HAL on factory build". Bug: 197213960 Test: lunch oriole-userdebug Test: lunch factory_oriole-userdebug Test: lunch bluejay-userdebug Test: lunch factory_bluejay-userdebug Test: lunch oriole_hwasan-userdebug Change-Id: I79b4fc7e5a15ebf3a186149b94f63b9f2b7d9d0c --- device-oriole.mk | 1 + device-raven.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/device-oriole.mk b/device-oriole.mk index 5e5470b..edac3ca 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -24,6 +24,7 @@ $(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/orio $(call inherit-product-if-exists, vendor/google/camera/devices/raviole/oriole/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/WallpapersOriole.mk) +GOODIX_CONFIG_BUILD_VERSION := g6_trusty DEVICE_PACKAGE_OVERLAYS += device/google/raviole/oriole/overlay include device/google/raviole/audio/oriole/audio-tables.mk diff --git a/device-raven.mk b/device-raven.mk index 8320d06..f88e9fb 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -24,6 +24,7 @@ $(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/rave $(call inherit-product-if-exists, vendor/google/camera/devices/raviole/raven/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/WallpapersRaven.mk) +GOODIX_CONFIG_BUILD_VERSION := g6_trusty DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay include device/google/raviole/audio/raven/audio-tables.mk