diff options
author | Joe Onorato <joeo@google.com> | 2012-07-23 19:14:30 -0700 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2012-07-23 19:14:30 -0700 |
commit | 4eeb379886f9ee3d832a38805ceaf15e0e08d685 (patch) | |
tree | 92375908f4f85e8c738759ec85f48c13320050b6 | |
parent | 6396e70d3fd381f6e3ccaff84c5a05bc5e3cec3c (diff) | |
download | bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.zip bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.gz bootable_recovery-4eeb379886f9ee3d832a38805ceaf15e0e08d685.tar.bz2 |
Use the static version of libsparse
Change-Id: I664f8dc7939f8f902e4775eaaf6476fcd4ab8ed2
-rw-r--r-- | Android.mk | 2 | ||||
-rw-r--r-- | updater/Android.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION) LOCAL_STATIC_LIBRARIES := \ libext4_utils_static \ - libsparse \ + libsparse_static \ libminzip \ libz \ libmtdutils \ 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_CFLAGS += -DUSE_EXT4 LOCAL_C_INCLUDES += system/extras/ext4_utils LOCAL_STATIC_LIBRARIES += \ libext4_utils_static \ - libsparse \ + libsparse_static \ libz endif |