From 75de3b527bcca3901f5dd5d091cdcfd2a90adfac Mon Sep 17 00:00:00 2001 From: Kourosh Derakshan Date: Mon, 24 May 2021 17:09:36 -0700 Subject: [PATCH] Add camera to gs201 device makefile Bug: 176910876 Test: compilation Change-Id: Ic2c6505c83cdad4993e5f66ff06e12bec0a6a057 --- device.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/device.mk b/device.mk index 102e1ef5..fd3b140d 100644 --- a/device.mk +++ b/device.mk @@ -45,9 +45,9 @@ PRODUCT_SOONG_NAMESPACES += \ vendor/google/interfaces \ vendor/google_devices/common/proprietary/confirmatioui_hal \ vendor/google_nos/host/android \ - vendor/google_nos/test/system-test-harness + vendor/google_nos/test/system-test-harness \ + vendor/google/camera #vendor/broadcom/bluetooth \ -#vendor/google/camera DEVICE_USES_EXYNOS_GRALLOC_VERSION := 4 @@ -920,8 +920,8 @@ endif #$(call inherit-product-if-exists, vendor/google_devices/common/exynos-vendor.mk) #$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4375/device-bcm.mk) #$(call inherit-product-if-exists, vendor/google/sensors/usf/android/usf_efw_product.mk) -#$(call inherit-product-if-exists, vendor/google/services/LyricCameraHAL/src/build/device-vendor.mk) -#$(call inherit-product-if-exists, vendor/google/camera/devices/whi/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google/services/LyricCameraHAL/src/build/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google/camera/devices/whi/device-vendor.mk) PRODUCT_COPY_FILES += \ device/google/gs201/default-permissions.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/default-permissions/default-permissions.xml \