aboutsummaryrefslogtreecommitdiff
path: root/samples/RhythmGame/build.gradle
diff options
context:
space:
mode:
authorDon Turner <donturner@google.com>2021-05-14 12:01:27 +0100
committerDon Turner <dturner@users.noreply.github.com>2021-05-17 12:23:47 +0100
commitef9982ecfbad9a0bc983607da18831c92a7a32fe (patch)
tree3b5b5bf00c73e259143bb8f76d406db0962f903a /samples/RhythmGame/build.gradle
parent046e473a81c926f7b13c339be75c75c6482ce679 (diff)
downloadoboe-ef9982ecfbad9a0bc983607da18831c92a7a32fe.tar.gz
Use Oboe's format conversion for API16 compatibility. Fix FFmpeg library loading.
Diffstat (limited to 'samples/RhythmGame/build.gradle')
-rw-r--r--samples/RhythmGame/build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/samples/RhythmGame/build.gradle b/samples/RhythmGame/build.gradle
index 75117968..9fa2bff1 100644
--- a/samples/RhythmGame/build.gradle
+++ b/samples/RhythmGame/build.gradle
@@ -26,11 +26,6 @@ android {
path "CMakeLists.txt"
}
}
- sourceSets {
- main {
- jniLibs.srcDirs = ['libs']
- }
- }
flavorDimensions "extractorLibrary"
productFlavors {
ndkExtractor {