Skip to content

Commit 15b08d3

Browse files
committed
ganti name lib output shizuku ke aurora
1 parent c8a65c1 commit 15b08d3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

manager/src/main/jni/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ endif ()
2020
find_package(boringssl REQUIRED CONFIG)
2121
find_package(cxx REQUIRED CONFIG)
2222

23-
add_executable(libshizuku.so
23+
add_executable(libaurora.so
2424
starter.cpp misc.cpp selinux.cpp cgroup.cpp)
2525

26-
target_link_libraries(libshizuku.so log cxx::cxx)
26+
target_link_libraries(libaurora.so log cxx::cxx)
2727

2828
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
29-
add_custom_command(TARGET libshizuku.so POST_BUILD
30-
COMMAND ${CMAKE_STRIP} --remove-section=.comment "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libshizuku.so")
29+
add_custom_command(TARGET libaurora.so POST_BUILD
30+
COMMAND ${CMAKE_STRIP} --remove-section=.comment "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libaurora.so")
3131
endif ()
3232

3333
add_library(adb SHARED
@@ -38,4 +38,4 @@ target_link_libraries(adb log boringssl::crypto_static cxx::cxx)
3838
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
3939
add_custom_command(TARGET adb POST_BUILD
4040
COMMAND ${CMAKE_STRIP} --remove-section=.comment "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libadb.so")
41-
endif ()
41+
endif ()

0 commit comments

Comments
 (0)