commit | e709c24f27afc11714b00bf2487dcadbbf2cff9c | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Mon Jul 23 19:14:30 2012 -0700 |
committer | Joe Onorato <joeo@google.com> | Tue Aug 14 12:52:53 2012 -0700 |
tree | 1b56dd9fa1b6a84c71cba0b17153d8f27f6d90e0 | |
parent | f47ae6a4d9a2f945eb3b74c001c5917446d707f8 [diff] |
Use the static version of libsparse Change-Id: I664f8dc7939f8f902e4775eaaf6476fcd4ab8ed2
diff --git a/updater/Android.mk b/updater/Android.mk index 38bb1ae..8876120 100644 --- a/updater/Android.mk +++ b/updater/Android.mk
@@ -23,7 +23,7 @@ LOCAL_C_INCLUDES += system/extras/ext4_utils LOCAL_STATIC_LIBRARIES += \ libext4_utils_static \ - libsparse \ + libsparse_static \ libz endif