summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Habibulla <moch@google.com>2016-05-06 21:32:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-06 21:32:31 +0000
commit85818f3e250e550026d7ba55a2a512917c44d731 (patch)
treeff10b11844e77bc89118ba7445dfc02681377884
parent38d47130db72823f90d17b07ccc1e29513e49221 (diff)
parent72ebf11b3aae78feb1a247e399bd45bcf52a4df5 (diff)
downloadedison-85818f3e250e550026d7ba55a2a512917c44d731.tar.gz
Merge "Reland "use HW Keystore"" am: d105c6f626
am: 72ebf11b3a * commit '72ebf11b3aae78feb1a247e399bd45bcf52a4df5': Reland "use HW Keystore" Change-Id: I2d9e84619b5d58d4c65c2fd4954acbb3563a8e2e
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 1dfae99..c5a8440 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -27,6 +27,8 @@ $(call add_peripheral, intel, light/mraa)
$(call add_peripheral, intel, audio/generic/usb)
# Add sensor support
$(call add_peripheral, intel, sensors/mraa)
+# Add HW Keystore support
+$(call add_peripheral, intel, keystore/chaabi/src)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912