From ca530220dd45300dba5416d9ecac30d7715dd370 Mon Sep 17 00:00:00 2001 From: Francescodario Cuzzocrea Date: Tue, 3 Sep 2019 21:09:25 +0200 Subject: [PATCH] msm8226-common: add MALLOC_SVELTE and TARGET_USES_NON_TREBLE_CAMERA to BoardConfigCommon.mk --- BoardConfigCommon.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a48e5ec..5d3269e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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"