We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953229c commit 358de86Copy full SHA for 358de86
android_build_files/generate_proguard.gradle
@@ -20,7 +20,7 @@ def generateCppProguard(File library, String outCppPro) {
20
def stringsOutStream = new ByteArrayOutputStream()
21
exec {
22
executable 'strings'
23
- args "$library"
+ args "-accepteula", "$library"
24
standardOutput = stringsOutStream
25
}
26
0 commit comments