Fix build.gradle for UI test
This commit is contained in:
parent
4f21b1050c
commit
a95b820392
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ def excludePackage = []
|
|||
excludePackage.add('**/gdb.*')
|
||||
excludePackage.add('**/libopenh264**')
|
||||
excludePackage.add('**/**tester**')
|
||||
excludePackage.add('**/LICENSE.txt')
|
||||
/////////////////////////
|
||||
|
||||
android {
|
||||
|
|
Loading…
Reference in a new issue