From b08e7c2c40aa964018ec369fd542c9e3eb99817b Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 20 Jan 2019 23:37:22 +0000 Subject: [PATCH] extra: Add HwCamera2 for Berkeley --- product.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product.mk b/product.mk index 4e47df9..0b213bb 100644 --- a/product.mk +++ b/product.mk @@ -17,6 +17,11 @@ PRODUCT_PROPERTY_OVERRIDES += lineage.updater.uri="http://updater.oddsolutions.u PRODUCT_COPY_FILES += \ vendor/extra/adb_keys:recovery/root/adb_keys +ifneq ($(filter berkeley,$(TARGET_PRODUCT)),) +PRODUCT_PACKAGES += \ + HwCamera2 +endif + -include vendor/google_pixel/product.mk ifneq ($(DISABLE_GAPPS),true)