You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/26 06:57:03 UTC

[41/50] [abbrv] incubator-weex git commit: * [android] x86 rename to weexjsc

* [android] x86 rename to weexjsc


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/528cf7b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/528cf7b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/528cf7b7

Branch: refs/heads/dev
Commit: 528cf7b79c327ce4ca357418cde6bf380f0cafe6
Parents: 73995da
Author: zshshr <zh...@gmail.com>
Authored: Mon Apr 24 17:20:41 2017 +0800
Committer: zshshr <zh...@gmail.com>
Committed: Mon Apr 24 17:20:41 2017 +0800

----------------------------------------------------------------------
 android/sdk/build.gradle           |   2 +-
 android/sdk/libs/x86/libweexjsc.so | Bin 0 -> 4545544 bytes
 android/sdk/libs/x86/libweexv8.so  | Bin 4545544 -> 0 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/528cf7b7/android/sdk/build.gradle
----------------------------------------------------------------------
diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index 60753d8..9e76745 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -62,7 +62,7 @@ android {
 
 
     def ARMEABI_Size = new File(projectDir,"libs/armeabi/libweexjsc.so").length();
-    def X86_Size = new File(projectDir,"libs/x86/libweexv8.so").length();
+    def X86_Size = new File(projectDir,"libs/x86/libweexjsc.so").length();
     println "ARMEABI_Size: "+ARMEABI_Size;
     println "X86_Size:" + X86_Size;
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/528cf7b7/android/sdk/libs/x86/libweexjsc.so
----------------------------------------------------------------------
diff --git a/android/sdk/libs/x86/libweexjsc.so b/android/sdk/libs/x86/libweexjsc.so
new file mode 100755
index 0000000..d60dce1
Binary files /dev/null and b/android/sdk/libs/x86/libweexjsc.so differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/528cf7b7/android/sdk/libs/x86/libweexv8.so
----------------------------------------------------------------------
diff --git a/android/sdk/libs/x86/libweexv8.so b/android/sdk/libs/x86/libweexv8.so
deleted file mode 100755
index d60dce1..0000000
Binary files a/android/sdk/libs/x86/libweexv8.so and /dev/null differ