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 ee9b023 commit 0c36db6Copy full SHA for 0c36db6
avif-coder/build.gradle
@@ -37,6 +37,7 @@ android {
37
cmake {
38
cppFlags ""
39
abiFilters 'x86_64', 'armeabi-v7a', 'arm64-v8a'
40
+ ndkVersion '25.1.8937393'
41
}
42
43
avif-coder/src/main/cpp/CMakeLists.txt
@@ -9,11 +9,6 @@ cmake_minimum_required(VERSION 3.18.1)
9
10
project("coder")
11
12
-# Creates and names a library, sets it as either STATIC
13
-# or SHARED, and provides the relative paths to its source code.
14
-# You can define multiple libraries, and CMake builds them for you.
15
-# Gradle automatically packages shared libraries with your APK.
16
-
17
add_library( # Sets the name of the library.
18
coder
19
# Sets the library as a shared library.
0 commit comments