Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Remove all features unrelated to keystore injection
Browse files Browse the repository at this point in the history
All I care is to provide a valid cert chain. Also apply to
KeyAttestation by default for example purpose.
  • Loading branch information
aviraxp committed Jun 16, 2024
1 parent c8546a7 commit 60c98e0
Show file tree
Hide file tree
Showing 286 changed files with 16 additions and 51,136 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ android {
packaging {
jniLibs {
excludes += "**/liblog.so"
excludes += "**/libdobby.so"
}
resources.excludes.add("META-INF/versions/9/OSGI-INF/MANIFEST.MF")
}
Expand Down
5 changes: 5 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
-keep class es.chiteroman.playintegrityfix.CustomKeyStoreSpi
-keep class es.chiteroman.playintegrityfix.CustomKeyStoreKeyPairGeneratorSpi$EC
-keep class es.chiteroman.playintegrityfix.CustomKeyStoreKeyPairGeneratorSpi$RSA

-keep class org.bouncycastle.jcajce.provider.** { *; }
-keep class org.bouncycastle.jce.provider.** { *; }

-dontwarn javax.naming.**
4 changes: 0 additions & 4 deletions app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ link_libraries(log)
link_libraries(cxx::cxx)

add_library(${CMAKE_PROJECT_NAME} SHARED main.cpp)

add_subdirectory(Dobby)

target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE dobby_static)
18 changes: 0 additions & 18 deletions app/src/main/cpp/Dobby/.clang-format

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 60c98e0

Please sign in to comment.