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
This commit is contained in:
parent
703da8a96a
commit
85d8c0baab
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue