commit | 550ac6c1ff609b1fed1657feefda7a9ee4c3d825 | [log] [tgz] |
---|---|---|
author | Ken Sumrall <ksumrall@android.com> | Thu Aug 15 21:47:18 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Aug 15 21:47:22 2013 +0000 |
tree | 6af9e88558a9eee582489801319cdff87b5d85e2 | |
parent | 2947e34e416d4075b8717ebcab6134b2d64a7142 [diff] | |
parent | 5cf759a9c5281d4345c16902171201c07875e555 [diff] |
Merge "Use a shared library when building vold" into klp-dev
diff --git a/Android.mk b/Android.mk index c7fc0df..8d0b249 100644 --- a/Android.mk +++ b/Android.mk
@@ -32,13 +32,13 @@ libdiskconfig \ libhardware_legacy \ liblogwrap \ + libext4_utils \ libcrypto common_static_libraries := \ libfs_mgr \ libscrypt_static \ - libmincrypt \ - libext4_utils_static + libmincrypt include $(CLEAR_VARS)