diff options
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ebeac62..c49f269 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -21,6 +21,9 @@ LOCAL_PATH := device/samsung/kona-common # For KK blobs MALLOC_IMPL := dlmalloc +# Recovery +TARGET_RECOVERY_DENSITY := mdpi + # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth |