#!/usr/bin/env dotslash // The NativeActivity glue and the ABI's headers, from jolt-native's v0.1.0 // release. // // jolt_main.c is what libvidya's android_main dlopens: it boots Chez over the // Jolt image this repo builds and registers every Vidya symbol by hand, since // the loader will not answer for a symbol living in a different shared object. // The headers beside it are what it includes. Both are jolt-native's; only the // boot image is frq's. // // Source, not a binary, and pinned for the same reason the library is: an APK // should not need a second checkout to build. { "name": "android-glue", "platforms": { "linux-x86_64": { "size": 6796, "hash": "sha256", "digest": "7f4c179d72a3660ce8e80c3cf52a788ea33d7ef97d6f624310e61e7f4f98851b", "format": "tar.gz", "path": "jolt-native-android-glue/android/jolt_main.c", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/16b1a3ea32dac6737fc21aec701d7b0c/jolt-native-android-glue-v0.1.1.tar.gz" } ] }, "linux-aarch64": { "size": 6796, "hash": "sha256", "digest": "7f4c179d72a3660ce8e80c3cf52a788ea33d7ef97d6f624310e61e7f4f98851b", "format": "tar.gz", "path": "jolt-native-android-glue/android/jolt_main.c", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/16b1a3ea32dac6737fc21aec701d7b0c/jolt-native-android-glue-v0.1.1.tar.gz" } ] }, "macos-x86_64": { "size": 6796, "hash": "sha256", "digest": "7f4c179d72a3660ce8e80c3cf52a788ea33d7ef97d6f624310e61e7f4f98851b", "format": "tar.gz", "path": "jolt-native-android-glue/android/jolt_main.c", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/16b1a3ea32dac6737fc21aec701d7b0c/jolt-native-android-glue-v0.1.1.tar.gz" } ] }, "macos-aarch64": { "size": 6796, "hash": "sha256", "digest": "7f4c179d72a3660ce8e80c3cf52a788ea33d7ef97d6f624310e61e7f4f98851b", "format": "tar.gz", "path": "jolt-native-android-glue/android/jolt_main.c", "providers": [ { "url": "https://gitlab.com/-/project/85910092/uploads/16b1a3ea32dac6737fc21aec701d7b0c/jolt-native-android-glue-v0.1.1.tar.gz" } ] } } }