mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
enable wrapper again... even we dont really need it anymore
Change-Id: I5422b0186bf822fe3e9f95931bfa2a59994432aa
This commit is contained in:
parent
340a5fd9d5
commit
f903fe51f7
4 changed files with 3 additions and 6 deletions
|
@ -2,6 +2,6 @@
|
|||
BOARD_CAMERA_SENSORS := s5k4h5_8196 imx175 # Dont know if s5k4h5_8226 exists
|
||||
BOARD_GLOBAL_CFLAGS += -DCAMERA_VENDOR_L_COMPAT # Do we really need this???
|
||||
|
||||
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
|
||||
#TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
|
||||
TARGET_USE_VENDOR_CAMERA_EXT := true # Dont know what this does but everyone else uses it :)
|
||||
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
|
||||
|
|
|
@ -57,7 +57,7 @@ LOCAL_SHARED_LIBRARIES := libcamera_client liblog libhardware libutils libcutils
|
|||
LOCAL_SHARED_LIBRARIES += libmmcamera_interface libmmjpeg_interface libqdMetaData
|
||||
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
|
||||
LOCAL_MODULE := camera.$(TARGET_BOARD_PLATFORM)
|
||||
LOCAL_MODULE := camera.vendor.$(TARGET_BOARD_PLATFORM)
|
||||
#LOCAL_MODULE := camera.$(TARGET_DEVICE)
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
ifeq ($(TARGET_PROVIDES_CAMERA_HAL),true)
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
|
@ -17,5 +15,3 @@ LOCAL_MODULE := camera.msm8226
|
|||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
endif
|
||||
|
|
|
@ -45,6 +45,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Camera
|
||||
PRODUCT_PACKAGES += \
|
||||
camera.vendor.msm8226 \
|
||||
camera.msm8226 \
|
||||
libboringssl-compat \
|
||||
libstlport \
|
||||
|
|
Loading…
Reference in a new issue