diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-22 20:29:09 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-22 20:29:09 -0700 |
commit | 2ae50fe9fdc5e03ae41297ad1a785425bb39cfeb (patch) | |
tree | baa48a9913ae64a421d92ee836cf3d5f26c23e65 /BoardConfig.mk | |
parent | 33d9f0af23b10f34d866d02c92bb6653cde946ce (diff) | |
parent | bdf3bcc2946a838e7adc40cc8f8c825be9bcbc3c (diff) |
Merge "Cleanup variable SDCLANG"
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index dc3f9da..1e880c3 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -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 |