From 5e14c379b731fca892de2c537c6249896d90b7bb Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sat, 18 Jul 2020 13:24:40 +0200 Subject: [PATCH] sm6250-common: enable ION usage Change-Id: I2975e2758bf4c9b939a6f9963559a3f25e0d3821 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a653896..3903cba 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -93,6 +93,9 @@ DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_xiaomi_sm6250 TARGET_RECOVERY_DEVICE_MODULES := libinit_xiaomi_sm6250 +# Media +TARGET_USES_ION := true + # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 134217728 BOARD_CACHEIMAGE_PARTITION_SIZE := 402653184