decoder_av1/build.gradle: disable BUILD_TESTING in cmake

this avoids an extra download of googletest by cpu_features after:
06fdc0a cmake: Use CTest default (Fix #169) (#170)

PiperOrigin-RevId: 385181519
This commit is contained in:
olly 2021-07-16 18:57:31 +01:00 committed by Ian Baker
parent d4cb62eb7b
commit fdc2cbd7e2

View file

@ -20,6 +20,7 @@ android {
// Debug CMake build type causes video frames to drop,
// so native library should always use Release build type.
arguments "-DCMAKE_BUILD_TYPE=Release"
arguments "-DBUILD_TESTING=OFF"
targets "gav1JNI"
}
}