Skip to content

Commit 358de86

Browse files
committed
accept license for strings.exe
1 parent 953229c commit 358de86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android_build_files/generate_proguard.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def generateCppProguard(File library, String outCppPro) {
2020
def stringsOutStream = new ByteArrayOutputStream()
2121
exec {
2222
executable 'strings'
23-
args "$library"
23+
args "-accepteula", "$library"
2424
standardOutput = stringsOutStream
2525
}
2626

0 commit comments

Comments
 (0)