universal7885: camera.provider: Label and build

* Except for a10 which has only 1 back cam

Change-Id: Ibf6f07ea36c16880bf760bf66f5454485889c792
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-02-18 16:20:40 +09:00
commit 45e292f408
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 6 additions and 1 deletions

View file

@ -65,9 +65,13 @@ PRODUCT_COPY_FILES += \
hardware/samsung_slsi/libbt/conf/bt_vendor.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor.conf
# Camera
ifeq ($(findstring a10, $(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.5-service.exynos7885
else
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.5-service
endif
# Camera app
PRODUCT_PACKAGES += \
Footej