msm8226-common: add MALLOC_SVELTE and TARGET_USES_NON_TREBLE_CAMERA to BoardConfigCommon.mk

This commit is contained in:
Francescodario Cuzzocrea 2019-09-03 21:09:25 +02:00
parent b9e22faa46
commit ca530220dd

View file

@ -27,6 +27,9 @@ TARGET_CPU_VARIANT := krait
AUDIO_FEATURE_ENABLED_LOW_LATENCY_CAPTURE := true
BOARD_USES_ALSA_AUDIO := true
# Bionic
MALLOC_SVELTE := true
# Binder API version
TARGET_USES_64_BIT_BINDER := true
@ -37,6 +40,7 @@ BOARD_HAVE_BLUETOOTH := true
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
TARGET_NEEDS_LEGACY_CAMERA_HAL1_DYN_NATIVE_HANDLE := true
TARGET_USES_MEDIA_EXTENSIONS := true
TARGET_USES_NON_TREBLE_CAMERA := true
# Charger
BOARD_BATTERY_DEVICE_NAME := "battery"