Files
notedeck/shell.nix
William Casarin c6045279dd nix: add $ANDROID_JAR helper to shell
So we can easily print JNI signatures via javap

javap -classpath "$ANDROID_JAR" -s android.content.ClipboardManager

This can be used to call java code with JNI

Signed-off-by: William Casarin <jb55@jb55.com>
2025-06-16 16:09:03 -07:00

2.1 KiB