Cleanup variable SDCLANG

This commit is contained in:
Pengxuan Zheng 2017-04-18 10:55:58 -07:00
parent 73c963fb24
commit bdf3bcc294

View file

@ -22,8 +22,6 @@ TARGET_2ND_CPU_VARIANT := cortex-a53
ifeq ($(TARGET_USES_AOSP), true)
TARGET_HW_DISK_ENCRYPTION := false
else
# SDClang configuration
SDCLANG := true
#Enable HW based full disk encryption
TARGET_HW_DISK_ENCRYPTION := true
endif