diff options
author | 2013-05-07 19:52:05 -0700 | |
---|---|---|
committer | 2013-05-07 19:52:05 -0700 | |
commit | 60e510af804b5b583d835a0f1f1e676d08b812bc (patch) | |
tree | 22566e0f8a45715ce2726a4affebbdb9e1cd04b9 /tools/obbtool | |
parent | 1f5762e646bed2290934280464832782766ee68e (diff) |
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')
-rw-r--r-- | tools/obbtool/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/obbtool/Android.mk b/tools/obbtool/Android.mk index ad8de6943043..9ff56d634c21 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 |