diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-11-03 23:16:55 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-03 23:16:55 +0100 |
commit | 0da645fefa55d7cb067b76820c620939d02f106a (patch) | |
tree | 31b486682f651533e2d3ce65223b93d403397b74 | |
parent | Merge "tests: Clean up the files in TemporaryDir." (diff) | |
parent | recovery: fix library dependency (diff) | |
download | android_bootable_recovery-0da645fefa55d7cb067b76820c620939d02f106a.tar android_bootable_recovery-0da645fefa55d7cb067b76820c620939d02f106a.tar.gz android_bootable_recovery-0da645fefa55d7cb067b76820c620939d02f106a.tar.bz2 android_bootable_recovery-0da645fefa55d7cb067b76820c620939d02f106a.tar.lz android_bootable_recovery-0da645fefa55d7cb067b76820c620939d02f106a.tar.xz android_bootable_recovery-0da645fefa55d7cb067b76820c620939d02f106a.tar.zst android_bootable_recovery-0da645fefa55d7cb067b76820c620939d02f106a.zip |
-rw-r--r-- | Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index 7e34c10f9..985131b02 100644 --- a/Android.mk +++ b/Android.mk @@ -158,7 +158,6 @@ LOCAL_STATIC_LIBRARIES := \ libziparchive \ libotautil \ libmounts \ - libz \ libminadbd \ libasyncio \ libfusesideload \ @@ -173,7 +172,8 @@ LOCAL_STATIC_LIBRARIES := \ libcutils \ libutils \ liblog \ - libselinux + libselinux \ + libz LOCAL_HAL_STATIC_LIBRARIES := libhealthd |