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"