Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[WEEX-430][Android] Delete arm-v7a and x86 so before the program is run. #1235

Merged
merged 1 commit into from
Jun 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -72,6 +75,7 @@ android {
include 'weex-rax-api.js'
}


// copy {
// from '../../pre-build'
// into new File(projectDir,"assets")
Expand Down