Skip to content

Commit 8555a7a

Browse files
committed
Prepare for repository conversion into a workspace
1 parent ce16ccc commit 8555a7a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2
-1
lines changed

android/rustls-platform-verifier/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050

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

5656
// Only compile the test library if this package is being built for testing by itself.
File renamed without changes.

rustls-platform-verifier/README.md

Lines changed: 1 addition & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)