mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: add MALLOC_SVELTE and TARGET_USES_NON_TREBLE_CAMERA to BoardConfigCommon.mk
This commit is contained in:
parent
f89d1e5ca3
commit
075ed3f103
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue