Skip to content

Commit fccb069

Browse files
committed
add comment to evdev build.gradle
1 parent 5319b0a commit fccb069

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

evdev/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ android {
4949
}
5050
}
5151

52+
// IMPORTANT! Specify path to rustc and cargo in local.properties with the following lines:
53+
// rust.cargoCommand=/Users/username/.cargo/bin/cargo
54+
// rust.rustcCommand=/Users/username/.cargo/bin/rustc
5255
cargo {
5356
val isDebug = gradle.startParameter.taskNames.any { it.lowercase().contains("debug") }
5457

0 commit comments

Comments
 (0)