commit 144d8dd8f88c9a0c9e31760d2b372e42e674caa8 parent 223af9ba391e4c3ab4a79c0c7505cc4c289720dd Author: William Casarin <jb55@jb55.com> Date: Fri, 27 Feb 2026 13:38:13 -0800 android: enable messages feature in jni build Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -10,7 +10,7 @@ tags: fake rusty-tags vi jni: fake - cargo ndk --target arm64-v8a -o $(ANDROID_DIR)/app/src/main/jniLibs/ build --profile release + cargo ndk --target arm64-v8a -o $(ANDROID_DIR)/app/src/main/jniLibs/ build --features messages --profile release jni-check: fake cargo ndk --target arm64-v8a check