Skip to content

Commit 0c36db6

Browse files
committed
Set ndk version
1 parent ee9b023 commit 0c36db6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

avif-coder/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ android {
3737
cmake {
3838
cppFlags ""
3939
abiFilters 'x86_64', 'armeabi-v7a', 'arm64-v8a'
40+
ndkVersion '25.1.8937393'
4041
}
4142
}
4243
}

avif-coder/src/main/cpp/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ cmake_minimum_required(VERSION 3.18.1)
99

1010
project("coder")
1111

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-
1712
add_library( # Sets the name of the library.
1813
coder
1914
# Sets the library as a shared library.

0 commit comments

Comments
 (0)