forked from apache/incubator-weex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jsruntime] add runtime code (a/b) and build success
[Android] rebuild jsc for initHeapTimer and jsruntme/old code are work fine [jsruntime] dom_wson switch fix [Android] add args check fix && add a/b so load/update logic [Android] build logic for a/b and __enable_native_promise__ flag Fix License issue for javaScriptCore (apache#2498) License under following directory: * `weex_core/Source/include/JavaScriptCore` * `weex_core/Source/include/wtf` Update license Update Android Build Script and License. [Android] update jsc.so [Android] update jsfm to 0.27 [Android] add data record [Android] add build script for build runtime-jss.so load so dynamic [Android] fix icu init fix v7a build [Android] fix jsfm switch promise flag [Android] rm test code [Android] rm cn code for ci && mv copyjsrunttimeso in initfunc
- Loading branch information
1 parent
7e274f2
commit 2ce8ee3
Showing
1,397 changed files
with
38,565 additions
and
19,218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
echo "--> # buils jsc_runtime so" | ||
|
||
|
||
../gradlew assembleRelease -PbuildRuntimeApi=true | ||
|
||
|
||
echo "--> ## cp jss_runtime so" | ||
|
||
unzip -o build/outputs/aar/weex_sdk-release.aar -d build/outputs/aar/weex_sdk-release | ||
|
||
|
||
cp build/outputs/aar/weex_sdk-release/jni/armeabi-v7a/libweexjss.so libs/armeabi-v7a/libweexjssr.so | ||
cp build/outputs/aar/weex_sdk-release/jni/arm64-v8a/libweexjss.so libs/arm64-v8a/libweexjssr.so | ||
cp build/outputs/aar/weex_sdk-release/jni/x86/libweexjss.so libs/x86/libweexjssr.so | ||
|
||
|
||
echo "--> ## cp jss_runtime Symbol so" | ||
|
||
rm -rf unstrippedSo | ||
mkdir unstrippedSo | ||
|
||
cp build/unstrippedSo/armeabi-v7a_libweexjss.so unstrippedSo/armeabi-v7a_libweexjssr.so | ||
cp build/unstrippedSo/arm64-v8a_libweexjss.so unstrippedSo/arm64-v8a_libweexjssr.so | ||
cp build/unstrippedSo/x86_libweexjss.so unstrippedSo/x86_libweexjssr.so |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.