This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new e50844f  [Android]move wrap.sh to android/sdk (#2868)
e50844f is described below

commit e50844f7526c9067e3970d89c085bfd83eeb01a3
Author: katherine95s <[email protected]>
AuthorDate: Fri Aug 30 17:57:25 2019 +0800

    [Android]move wrap.sh to android/sdk (#2868)
---
 android/sdk/build.gradle         | 2 +-
 {scripts => android/sdk}/wrap.sh | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index 48e331c..2a9654e 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -371,7 +371,7 @@ task clearASanLibs(type: Delete){
 }
 task copyWrapScript(type: Copy,dependsOn: clearASanLibs) {
     if(project.hasProperty('enableASan') && "true" == 
project.getProperty('enableASan')) {
-        from '../../scripts/wrap.sh'
+        from 'wrap.sh'
         into new File(project.android.sourceSets.main.resources.srcDirs[-1], 
"lib")
         eachFile {
             it.path = "${asanAbi}/${it.name}"
diff --git a/scripts/wrap.sh b/android/sdk/wrap.sh
similarity index 100%
rename from scripts/wrap.sh
rename to android/sdk/wrap.sh

Reply via email to