diff options
author | Narayan Kamath <narayan@google.com> | 2015-04-28 09:23:26 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2015-04-29 14:07:41 +0000 |
commit | 9c8ba9666d2fad27baae11e56d63485a22812d17 (patch) | |
tree | c8f748f6d9a2ba3cb440266a02abb1f24617aa47 /tools/split-select | |
parent | adbbba9f1dc364e4d3911562fdb8f2e666922e2f (diff) |
Add a static dependency on libbase.
Used by libziparchive.
Change-Id: I120494b620c72b36a725b01f1f274f5dc862a9a3
Diffstat (limited to 'tools/split-select')
-rw-r--r-- | tools/split-select/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/split-select/Android.mk b/tools/split-select/Android.mk index 013e570fc35e..d9ddf08862b3 100644 --- a/tools/split-select/Android.mk +++ b/tools/split-select/Android.mk @@ -52,7 +52,8 @@ hostStaticLibs := \ libutils \ libcutils \ libexpat \ - libziparchive-host + libziparchive-host \ + libbase cFlags := -Wall -Werror |