Skip to content

Commit

Permalink
Prepare for repository conversion into a workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Dec 29, 2023
1 parent 85c3820 commit 7eb2791
Show file tree
Hide file tree
Showing 50 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/rustls-platform-verifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {

task buildTestLib(type: Exec) {
workingDir "../../"
commandLine "cargo", "ndk", "-t", getOsArch(), "-o", "android/rustls-platform-verifier/src/androidTest/jniLibs", "build", "--features", "ffi-testing"
commandLine "cargo", "ndk", "-t", getOsArch(), "-o", "android/rustls-platform-verifier/src/androidTest/jniLibs", "build", "-p", "rustls-platform-verifier", "--features", "ffi-testing"
}

// Only compile the test library if this package is being built for testing by itself.
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions rustls-platform-verifier/README.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7eb2791

Please sign in to comment.