universal7870: build android.hardware.camera.common@1.0-helper

This commit is contained in:
Astrako 2020-02-28 12:09:57 +01:00 committed by Alejandro
parent df1d68e37f
commit 85e3e2ce1d
2 changed files with 11 additions and 5 deletions

View file

@ -95,12 +95,9 @@ PRODUCT_COPY_FILES += \
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.common@1.0-helper \
android.hardware.camera.provider@2.5-impl \
android.hardware.camera.provider@2.5-service \
camera.device@1.0-impl \
camera.device@3.2-impl \
camera.device@3.3-impl \
camera.device@3.4-impl \
camera.device@3.5-impl \
libion_exynos \
Snap

View file

@ -20,3 +20,12 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_STATIC_LIBRARIES := android.hardware.camera.common@1.0-helper
LOCAL_MODULE := android.hardware.camera.common@1.0-helper
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)