diff options
author | Alex Deymo <deymo@google.com> | 2017-01-12 23:45:28 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-12 23:45:28 +0100 |
commit | 866e72bf99cb9da24021f3f3a0dbea4f902c95cf (patch) | |
tree | 14687532d378879d50e238873eff12a189c80a49 /tests | |
parent | Remove "_static" suffix from libext4_utils. am: 31653660ad am: 4b54093899 am: 9edd655f94 (diff) | |
parent | Remove "_static" suffix from libsparse am: 67f3aa8804 am: 204369ef1a (diff) | |
download | android_bootable_recovery-866e72bf99cb9da24021f3f3a0dbea4f902c95cf.tar android_bootable_recovery-866e72bf99cb9da24021f3f3a0dbea4f902c95cf.tar.gz android_bootable_recovery-866e72bf99cb9da24021f3f3a0dbea4f902c95cf.tar.bz2 android_bootable_recovery-866e72bf99cb9da24021f3f3a0dbea4f902c95cf.tar.lz android_bootable_recovery-866e72bf99cb9da24021f3f3a0dbea4f902c95cf.tar.xz android_bootable_recovery-866e72bf99cb9da24021f3f3a0dbea4f902c95cf.tar.zst android_bootable_recovery-866e72bf99cb9da24021f3f3a0dbea4f902c95cf.zip |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 09cedccb9..1203817a2 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -100,7 +100,7 @@ LOCAL_STATIC_LIBRARIES := \ liblog \ libselinux \ libext4_utils \ - libsparse_static \ + libsparse \ libcrypto_utils \ libcrypto \ libcutils \ |