From 36dd88a33dac954053760aa4ad06c7a78358c9f2 Mon Sep 17 00:00:00 2001 From: PEI-HSIEN KUO Date: Thu, 18 Mar 2021 19:39:38 +0800 Subject: [PATCH] Include LUT binary files major changes: 1. Include and build LUT binary prebuilt files. Bug: 182729023 Test: Forrest build and run CTS tests. Change-Id: Ifaac732f241ab42651521fa59f9c5b94aac097cc --- device-oriole.mk | 1 + device-raven.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/device-oriole.mk b/device-oriole.mk index f19c9a0..1a7291d 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -21,6 +21,7 @@ $(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-v $(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/oriole/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/oriole/device-vendor-oriole.mk) +$(call inherit-product-if-exists, vendor/google/camera/devices/raviole/oriole/device-vendor.mk) DEVICE_PACKAGE_OVERLAYS += device/google/raviole/oriole/overlay diff --git a/device-raven.mk b/device-raven.mk index 2040ee5..f01b71e 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -21,6 +21,7 @@ $(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-v $(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/raven/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/raven/device-vendor-raven.mk) +$(call inherit-product-if-exists, vendor/google/camera/devices/raviole/raven/device-vendor.mk) DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay