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

Commit e50844f

Browse files
katherine95sYorkShen
authored andcommitted
[Android]move wrap.sh to android/sdk (#2868)
1 parent 6552002 commit e50844f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

android/sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ task clearASanLibs(type: Delete){
371371
}
372372
task copyWrapScript(type: Copy,dependsOn: clearASanLibs) {
373373
if(project.hasProperty('enableASan') && "true" == project.getProperty('enableASan')) {
374-
from '../../scripts/wrap.sh'
374+
from 'wrap.sh'
375375
into new File(project.android.sourceSets.main.resources.srcDirs[-1], "lib")
376376
eachFile {
377377
it.path = "${asanAbi}/${it.name}"
File renamed without changes.

0 commit comments

Comments
 (0)