Closed GoogleCodeExporter closed 9 years ago
I'm not familiar with the webpbackport project, is it using the Android.mk from
our repository to build libwebp?
I don't see any libwebp files in the output, but the link error implies there's
a missing dependency. If it's building libwebp within its own makefiles then
the module which contains them should be added to LOCAL_STATIC_LIBRARIES.
Similarly if using the Android.mk from this project LOCAL_STATIC_LIBRARIES
should contain 'webp'.
Original comment by jz...@google.com
on 29 Apr 2015 at 2:32
Thank you for your answers.Yes, you are right. It dose miss a dependency, which
is a submodule from other project. I have solved this problem by adding
--recursive as argument when using git clone command.
Original comment by hwl...@gmail.com
on 30 Apr 2015 at 7:14
Thanks for the update. I'll close this now since it doesn't directly involve
this project.
Original comment by jz...@google.com
on 30 Apr 2015 at 11:07
Original issue reported on code.google.com by
hwl...@gmail.com
on 25 Apr 2015 at 8:43