Add camera to gs201 device makefile

Bug: 176910876
Test: compilation
Change-Id: Ic2c6505c83cdad4993e5f66ff06e12bec0a6a057
This commit is contained in:
Kourosh Derakshan
2021-05-24 17:09:36 -07:00
parent f398577b5c
commit 75de3b527b

View File

@@ -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 \