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 aa79914 commit d37787cCopy full SHA for d37787c
Android/testbed/app/build.gradle.kts
@@ -125,9 +125,10 @@ android {
125
path("src/main/c/CMakeLists.txt")
126
}
127
128
- // Set this property to something non-empty, otherwise it'll use the default
129
- // list, which ignores asset directories beginning with an underscore.
130
- aaptOptions.ignoreAssetsPattern = ".git"
+ // Set this property to something nonexistent but non-empty. Otherwise it'll use the
+ // default list, which ignores asset directories beginning with an underscore, and
+ // maybe also other files required by tests.
131
+ aaptOptions.ignoreAssetsPattern = "android-testbed-dont-ignore-anything"
132
133
compileOptions {
134
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments