Skip to content

Commit 93093b5

Browse files
authored
Merge pull request #761 from skydoves/rename/renderscripts
Rename the render script library to landscapist-renderscript-toolkit
2 parents 589cd72 + f682bb1 commit 93093b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

landscapist-transformation/src/main/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif ()
5959
# Gradle automatically packages shared libraries with your APK.
6060

6161
add_library(# Sets the name of the library.
62-
renderscript-toolkit
62+
landscapist-renderscript-toolkit
6363
# Sets the library as a shared library.
6464
SHARED
6565
# Provides a relative path to your source file(s).
@@ -88,7 +88,7 @@ find_library(# Sets the name of the path variable.
8888
# build script, prebuilt third-party libraries, or system libraries.
8989

9090
target_link_libraries(# Specifies the target library.
91-
renderscript-toolkit
91+
landscapist-renderscript-toolkit
9292

9393
cpufeatures
9494
jnigraphics

landscapist-transformation/src/main/kotlin/com/skydoves/landscapist/transformation/RenderScriptToolkit.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ internal object RenderScriptToolkit {
280280
private var nativeHandle: Long = 0
281281

282282
init {
283-
System.loadLibrary("renderscript-toolkit")
283+
System.loadLibrary("landscapist-renderscript-toolkit")
284284
nativeHandle = createNative()
285285
}
286286

0 commit comments

Comments
 (0)