summaryrefslogtreecommitdiffstats
path: root/tools/obbtool/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-05-07 19:52:05 -0700
committerMathias Agopian <mathias@google.com>2013-05-07 19:52:05 -0700
commit60e510af804b5b583d835a0f1f1e676d08b812bc (patch)
tree22566e0f8a45715ce2726a4affebbdb9e1cd04b9 /tools/obbtool/Android.mk
parent1f5762e646bed2290934280464832782766ee68e (diff)
downloadframeworks_base-60e510af804b5b583d835a0f1f1e676d08b812bc.zip
frameworks_base-60e510af804b5b583d835a0f1f1e676d08b812bc.tar.gz
frameworks_base-60e510af804b5b583d835a0f1f1e676d08b812bc.tar.bz2
desperate attempt to fix linux build.
working on the assumption that the ordering in LOCAL_STATIC_LIBRARIES matters. Change-Id: Ibf5b706652049b195bd66c84c9a5fa1122454ca6
Diffstat (limited to 'tools/obbtool/Android.mk')
-rw-r--r--tools/obbtool/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/obbtool/Android.mk b/tools/obbtool/Android.mk
index ad8de69..9ff56d6 100644
--- a/tools/obbtool/Android.mk
+++ b/tools/obbtool/Android.mk
@@ -18,8 +18,8 @@ LOCAL_CFLAGS := -Wall -Werror
#LOCAL_C_INCLUDES +=
LOCAL_STATIC_LIBRARIES := \
- libutils \
libandroidfw \
+ libutils \
libcutils \
liblog