forked from chiteroman/PlayIntegrityFix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc1ef14
commit e86246a
Showing
89 changed files
with
325 additions
and
16,286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "app/src/main/cpp/libcxx"] | ||
path = app/src/main/cpp/libcxx | ||
url = https://github.com/topjohnwu/libcxx.git | ||
[submodule "app/src/main/cpp/Dobby"] | ||
path = app/src/main/cpp/Dobby | ||
url = https://github.com/jmpews/Dobby.git |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
cmake_minimum_required(VERSION 3.22.1) | ||
|
||
project(playintegrityfix) | ||
|
||
find_package(cxx REQUIRED CONFIG) | ||
|
||
link_libraries(cxx::cxx) | ||
|
||
add_library(${CMAKE_PROJECT_NAME} SHARED main.cpp) | ||
|
||
add_subdirectory(Dobby) | ||
|
||
SET_OPTION(Plugin.Android.BionicLinkerUtil ON) | ||
|
||
target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE log dobby_static) |
Submodule libcxx
deleted from
12c8f4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.