diff options
author | Josh Gao <jmgao@google.com> | 2016-08-05 15:47:57 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2016-08-05 18:07:36 -0700 |
commit | 47763c3a09e8581338c307c5a5de4ae359c3b6e7 (patch) | |
tree | 520a46b484eb9b4843ccff539c68358749a74cf2 /init/Android.mk | |
parent | 5b7e3b9a2a703642de18dcb4869c58ac93be3205 (diff) | |
download | core-47763c3a09e8581338c307c5a5de4ae359c3b6e7.tar.gz core-47763c3a09e8581338c307c5a5de4ae359c3b6e7.tar.bz2 core-47763c3a09e8581338c307c5a5de4ae359c3b6e7.zip |
libcrypto_utils: convert to Soong.
Bug: http://b/30708454
Change-Id: Iaad64272ced766f87e67f2877e990afccc558065
Diffstat (limited to 'init/Android.mk')
-rw-r--r-- | init/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Android.mk b/init/Android.mk index 7aa3c3ffa..588845678 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -94,8 +94,8 @@ LOCAL_STATIC_LIBRARIES := \ libc \ libselinux \ liblog \ - libcrypto_utils_static \ - libcrypto_static \ + libcrypto_utils \ + libcrypto \ libc++_static \ libdl \ libsparse_static \ |