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

Commit

Permalink
[Android]move wrap.sh to android/sdk (#2868)
Browse files Browse the repository at this point in the history
  • Loading branch information
katherine95s authored and YorkShen committed Aug 30, 2019
1 parent 6552002 commit e50844f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
File renamed without changes.

0 comments on commit e50844f

Please sign in to comment.