Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions BCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ tasks.withType(Javadoc) {

dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'io.github.vvb2060.ndk:dobby:1.2'

implementation "org.lsposed.hiddenapibypass:hiddenapibypass:$rootProject.ext.hiddenApiBypass"
implementation "com.iqiyi.xcrash:xcrash-android-lib:$rootProject.ext.xCrash"
Expand Down
8 changes: 2 additions & 6 deletions BCore/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,12 @@ project(blackbox)
include_directories(JniHook)
include_directories(./)

set(DobbyHome Dobby)
include_directories(
${DobbyHome}/include
)
macro(SET_OPTION option value)
set(${option} ${value} CACHE INTERNAL "" FORCE)
endmacro()
SET_OPTION(DOBBY_DEBUG OFF)
SET_OPTION(DOBBY_GENERATE_SHARED OFF)

add_subdirectory(${DobbyHome} dobby)
aux_source_directory(./ SRC1)
aux_source_directory(Hook SRC2)
aux_source_directory(JniHook SRC3)
Expand Down Expand Up @@ -57,10 +52,11 @@ find_library( # Sets the name of the path variable.
# can link multiple libraries, such as libraries you define in this
# build script, prebuilt third-party libraries, or system libraries.

find_package(dobby REQUIRED CONFIG)
target_link_libraries( # Specifies the target library.
blackbox
# Links the target library to the log library
# included in the NDK.
${log-lib}
z
dobby)
dobby::dobby)
18 changes: 0 additions & 18 deletions BCore/src/main/cpp/Dobby/.clang-format

This file was deleted.

54 changes: 0 additions & 54 deletions BCore/src/main/cpp/Dobby/.github/workflows/DarwinAutoBuild.yaml

This file was deleted.

80 changes: 0 additions & 80 deletions BCore/src/main/cpp/Dobby/.gitignore

This file was deleted.

74 changes: 0 additions & 74 deletions BCore/src/main/cpp/Dobby/.vscode/c_cpp_properties.json

This file was deleted.

17 changes: 0 additions & 17 deletions BCore/src/main/cpp/Dobby/.vscode/launch.json

This file was deleted.

Loading