Commit fdc2cbd7 by olly Committed by Ian Baker

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
parent d4cb62eb
Showing with 1 additions and 0 deletions
......@@ -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"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment