nandi/frqpublic Fork 0
a71ef8fe780fac48a1cc6081092f15fbb310ac90
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Build the APK with buck2, from pins rather than from a second checkout a71ef8f · on a71ef8fe780fac48a1cc6081092f15fbb310ac90 · nandi · 18d ago
android-glue.dotslash · 66 lines · 2.3 KBGDScript3 Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#!/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": 6685,
      "hash": "sha256",
      "digest": "8e9c5bae9c9919354430c9d3e888e6c3430d26520f9f429a7d2de2b850481133",
      "format": "tar.gz",
      "path": "jolt-native-android-glue/android/jolt_main.c",
      "providers": [
        {
          "url": "https://gitlab.com/-/project/85910092/uploads/16d2fe6e8df490940ca0a2a18ba4c092/jolt-native-android-glue-v0.1.0.tar.gz"
        }
      ]
    },
    "linux-aarch64": {
      "size": 6685,
      "hash": "sha256",
      "digest": "8e9c5bae9c9919354430c9d3e888e6c3430d26520f9f429a7d2de2b850481133",
      "format": "tar.gz",
      "path": "jolt-native-android-glue/android/jolt_main.c",
      "providers": [
        {
          "url": "https://gitlab.com/-/project/85910092/uploads/16d2fe6e8df490940ca0a2a18ba4c092/jolt-native-android-glue-v0.1.0.tar.gz"
        }
      ]
    },
    "macos-x86_64": {
      "size": 6685,
      "hash": "sha256",
      "digest": "8e9c5bae9c9919354430c9d3e888e6c3430d26520f9f429a7d2de2b850481133",
      "format": "tar.gz",
      "path": "jolt-native-android-glue/android/jolt_main.c",
      "providers": [
        {
          "url": "https://gitlab.com/-/project/85910092/uploads/16d2fe6e8df490940ca0a2a18ba4c092/jolt-native-android-glue-v0.1.0.tar.gz"
        }
      ]
    },
    "macos-aarch64": {
      "size": 6685,
      "hash": "sha256",
      "digest": "8e9c5bae9c9919354430c9d3e888e6c3430d26520f9f429a7d2de2b850481133",
      "format": "tar.gz",
      "path": "jolt-native-android-glue/android/jolt_main.c",
      "providers": [
        {
          "url": "https://gitlab.com/-/project/85910092/uploads/16d2fe6e8df490940ca0a2a18ba4c092/jolt-native-android-glue-v0.1.0.tar.gz"
        }
      ]
    }
  }
}