Repository: incubator-weex Updated Branches: refs/heads/master 6ba255365 -> 78e1000fc
* [android] Delete arm-v7a and x86 so before the program is run. Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/78e1000f Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/78e1000f Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/78e1000f Branch: refs/heads/master Commit: 78e1000fc0cecc07dcb629086381383f9056b112 Parents: 6ba2553 Author: miomin <[email protected]> Authored: Mon Jun 4 11:38:01 2018 +0800 Committer: miomin <[email protected]> Committed: Mon Jun 4 11:38:01 2018 +0800 ---------------------------------------------------------------------- android/sdk/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/78e1000f/android/sdk/build.gradle ---------------------------------------------------------------------- diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle index ea4185f..a2d447a 100755 --- a/android/sdk/build.gradle +++ b/android/sdk/build.gradle @@ -46,6 +46,9 @@ android { resourcePrefix "weex" delete 'libs/armeabi/libweexcore.so' + delete 'libs/armeabi-v7a/libweexcore.so' + delete 'libs/x86/libweexcore.so' + useLibrary 'org.apache.http.legacy' copy { from '../../pre-build' @@ -72,6 +75,7 @@ android { include 'weex-rax-api.js' } + // copy { // from '../../pre-build' // into new File(projectDir,"assets")
