summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-10-01 17:26:51 -0700
committerKenny Root <kroot@google.com>2013-10-01 19:55:46 -0700
commit6c28cd210d6747cd7b6817d73855818bc31ec674 (patch)
tree870bf2367072f1f087eb115c645c6a72186f400a /Android.mk
parent13c5c066f4b4f2b4cd2afa2b73ea828099761844 (diff)
downloadlibcore-6c28cd210d6747cd7b6817d73855818bc31ec674.zip
libcore-6c28cd210d6747cd7b6817d73855818bc31ec674.tar.gz
libcore-6c28cd210d6747cd7b6817d73855818bc31ec674.tar.bz2
Move conscrypt out to external/conscrypt
Change-Id: I8895638441ceccb5d794238eb2c8f91a3028dcc9
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 51c69c6..f854172 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,7 @@ LOCAL_PATH := $(call my-dir)
# Subprojects with separate makefiles
#
-subdirs := benchmarks crypto
+subdirs := benchmarks
subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
#