mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
dont use that its screwing up cameraserver
Change-Id: Ie2ca034247d92b815dab2313ce61a0df6cd5aec6
This commit is contained in:
parent
f0ec43f2eb
commit
2a8d27bb55
2 changed files with 3 additions and 11 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_USE_VENDOR_CAMERA_EXT := true # Dont know what this does but everyone else uses it :)
|
||||
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
|
||||
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
|
||||
TARGET_USE_COMPAT_GRALLOC_ALIGN := true
|
||||
TARGET_PROVIDES_CAMERA_HAL := true
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Camera
|
||||
BOARD_CAMERA_SENSORS := s5k4h5_8226 imx175
|
||||
BOARD_GLOBAL_CFLAGS += -DCAMERA_VENDOR_L_COMPAT
|
||||
|
||||
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
|
||||
TARGET_USE_VENDOR_CAMERA_EXT := true
|
||||
USE_DEVICE_SPECIFIC_CAMERA := true
|
||||
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
|
Loading…
Reference in a new issue