dont use that its screwing up cameraserver

Change-Id: Ie2ca034247d92b815dab2313ce61a0df6cd5aec6
This commit is contained in:
PythonLimited 2018-02-18 23:50:20 +01:00
parent f0ec43f2eb
commit 2a8d27bb55
2 changed files with 3 additions and 11 deletions

View file

@ -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

View file

@ -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