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
cm-14.0
Steve Kondik 10 years ago committed by Ethan Chen
parent 7a2b06e1f2
commit bacf69612a

@ -41,9 +41,6 @@ USE_DEVICE_SPECIFIC_CAMERA := true
# Crypto # Crypto
TARGET_HW_DISK_ENCRYPTION := true TARGET_HW_DISK_ENCRYPTION := true
# Flags
COMMON_GLOBAL_CFLAGS += -DNO_SECURE_DISCARD
# GPS # GPS
USE_DEVICE_SPECIFIC_GPS := true USE_DEVICE_SPECIFIC_GPS := true
TARGET_NO_RPC := true TARGET_NO_RPC := true

Loading…
Cancel
Save