Merge "Cleanup variable SDCLANG"

This commit is contained in:
Linux Build Service Account 2017-04-22 20:29:09 -07:00 committed by Gerrit - the friendly Code Review server
commit 2ae50fe9fd

View file

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