mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-03 06:57:46 -04:00
universal7870: build android.hardware.camera.common@1.0-helper
This commit is contained in:
parent
df1d68e37f
commit
85e3e2ce1d
2 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue