From bacf69612af4e5d27dc2e63d2166b53c910a9d35 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Fri, 13 Nov 2015 16:19:26 +0100 Subject: [PATCH] crackling: Enable secure discard * This is required per CDD now. A lot of devices disable it because it can be absurdly slow (as it is in this case). We'll make sure it's only used where necessary. Change-Id: I636bb78cc6bd920c7c39727a561d3cd835fd975e --- BoardConfig.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index e183638..6c4df84 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -41,9 +41,6 @@ USE_DEVICE_SPECIFIC_CAMERA := true # Crypto TARGET_HW_DISK_ENCRYPTION := true -# Flags -COMMON_GLOBAL_CFLAGS += -DNO_SECURE_DISCARD - # GPS USE_DEVICE_SPECIFIC_GPS := true TARGET_NO_RPC := true