diff options
Diffstat (limited to 'Android.v8.mk')
-rw-r--r-- | Android.v8.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.v8.mk b/Android.v8.mk index 3edcc36..d0da67d 100644 --- a/Android.v8.mk +++ b/Android.v8.mk @@ -209,7 +209,7 @@ LOCAL_SHARED_LIBRARIES += libdl endif # Build the list of static libraries -LOCAL_STATIC_LIBRARIES += libv8 libxml2 +LOCAL_STATIC_LIBRARIES += libxml2 libv8 # Redefine LOCAL_SRC_FILES to be all the WebKit source files LOCAL_SRC_FILES := $(WEBKIT_SRC_FILES) |