File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ endif ()
2020find_package (boringssl REQUIRED CONFIG )
2121find_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
2828if (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" )
3131endif ()
3232
3333add_library (adb SHARED
@@ -38,4 +38,4 @@ target_link_libraries(adb log boringssl::crypto_static cxx::cxx)
3838if (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 ()
You can’t perform that action at this time.
0 commit comments