From a4fb725982c4dcd74a27a427ecffd23022997227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Tue, 28 Dec 2021 17:17:20 +0100 Subject: [PATCH] android: add boot and piano roms to assets, link the ones in bin/ folder --- src/android/app/src/main/assets/boot.rom | 1 + src/android/app/src/main/assets/piano.rom | 1 + 2 files changed, 2 insertions(+) create mode 120000 src/android/app/src/main/assets/boot.rom create mode 120000 src/android/app/src/main/assets/piano.rom diff --git a/src/android/app/src/main/assets/boot.rom b/src/android/app/src/main/assets/boot.rom new file mode 120000 index 0000000..648c1b5 --- /dev/null +++ b/src/android/app/src/main/assets/boot.rom @@ -0,0 +1 @@ +../../../../../../bin/boot.rom \ No newline at end of file diff --git a/src/android/app/src/main/assets/piano.rom b/src/android/app/src/main/assets/piano.rom new file mode 120000 index 0000000..88e8799 --- /dev/null +++ b/src/android/app/src/main/assets/piano.rom @@ -0,0 +1 @@ +../../../../../../bin/piano.rom \ No newline at end of file