diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8ced8a8..ef4ef97 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -47,6 +47,9 @@ USE_XML_AUDIO_POLICY_CONF := 1 # Binder API version TARGET_USES_64_BIT_BINDER := true +# Dedupe VNDK libraries with identical core variants. +TARGET_VNDK_USE_CORE_VARIANT := true + BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_QCOM := true BLUETOOTH_HCI_USE_MCT := true