From 33ee8122e51a3ea943a92609b9d39a7579f3f63e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 8 Jul 2019 17:47:19 +0200 Subject: [PATCH] build-package: add symlinks --- BromiteWebView/ChangeLog.md | 1 + BromiteWebView/CommonAddon | 1 + BromiteWebView/CommonInstaller | 1 + BromiteWebView/README.md | 1 + BromiteWebView/busybox.arm | 1 + BromiteWebView/busybox.x86 | 1 + BromiteWebView/unzip.arm | 1 + BromiteWebView/unzip.x86 | 1 + F-Droid/unzip.arm | 1 + F-Droid/unzip.x86 | 1 + Full/.nanodroid-apps | 1 + Full/.nanodroid-overlay | 1 + Full/ChangeLog.md | 1 + Full/CommonAddon | 1 + Full/CommonInstaller | 1 + Full/README.md | 1 + Full/aapt.arm | 1 + Full/aapt.x86 | 1 + Full/busybox.arm | 1 + Full/busybox.x86 | 1 + Full/sqlite3.arm | 1 + Full/sqlite3.x86 | 1 + Full/unzip.arm | 1 + Full/unzip.x86 | 1 + OsmAnd/ChangeLog.md | 1 + OsmAnd/CommonAddon | 1 + OsmAnd/CommonInstaller | 1 + OsmAnd/README.md | 1 + OsmAnd/busybox.arm | 1 + OsmAnd/busybox.x86 | 1 + OsmAnd/unzip.arm | 1 + OsmAnd/unzip.x86 | 1 + 32 files changed, 32 insertions(+) create mode 120000 BromiteWebView/ChangeLog.md create mode 120000 BromiteWebView/CommonAddon create mode 120000 BromiteWebView/CommonInstaller create mode 120000 BromiteWebView/README.md create mode 120000 BromiteWebView/busybox.arm create mode 120000 BromiteWebView/busybox.x86 create mode 120000 BromiteWebView/unzip.arm create mode 120000 BromiteWebView/unzip.x86 create mode 120000 F-Droid/unzip.arm create mode 120000 F-Droid/unzip.x86 create mode 120000 Full/.nanodroid-apps create mode 120000 Full/.nanodroid-overlay create mode 120000 Full/ChangeLog.md create mode 120000 Full/CommonAddon create mode 120000 Full/CommonInstaller create mode 120000 Full/README.md create mode 120000 Full/aapt.arm create mode 120000 Full/aapt.x86 create mode 120000 Full/busybox.arm create mode 120000 Full/busybox.x86 create mode 120000 Full/sqlite3.arm create mode 120000 Full/sqlite3.x86 create mode 120000 Full/unzip.arm create mode 120000 Full/unzip.x86 create mode 120000 OsmAnd/ChangeLog.md create mode 120000 OsmAnd/CommonAddon create mode 120000 OsmAnd/CommonInstaller create mode 120000 OsmAnd/README.md create mode 120000 OsmAnd/busybox.arm create mode 120000 OsmAnd/busybox.x86 create mode 120000 OsmAnd/unzip.arm create mode 120000 OsmAnd/unzip.x86 diff --git a/BromiteWebView/ChangeLog.md b/BromiteWebView/ChangeLog.md new file mode 120000 index 00000000..41c10a61 --- /dev/null +++ b/BromiteWebView/ChangeLog.md @@ -0,0 +1 @@ +../ChangeLog.md \ No newline at end of file diff --git a/BromiteWebView/CommonAddon b/BromiteWebView/CommonAddon new file mode 120000 index 00000000..10db8391 --- /dev/null +++ b/BromiteWebView/CommonAddon @@ -0,0 +1 @@ +../CommonAddon \ No newline at end of file diff --git a/BromiteWebView/CommonInstaller b/BromiteWebView/CommonInstaller new file mode 120000 index 00000000..cfa899ac --- /dev/null +++ b/BromiteWebView/CommonInstaller @@ -0,0 +1 @@ +../CommonInstaller \ No newline at end of file diff --git a/BromiteWebView/README.md b/BromiteWebView/README.md new file mode 120000 index 00000000..32d46ee8 --- /dev/null +++ b/BromiteWebView/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/BromiteWebView/busybox.arm b/BromiteWebView/busybox.arm new file mode 120000 index 00000000..6636870c --- /dev/null +++ b/BromiteWebView/busybox.arm @@ -0,0 +1 @@ +../tools/busybox.arm \ No newline at end of file diff --git a/BromiteWebView/busybox.x86 b/BromiteWebView/busybox.x86 new file mode 120000 index 00000000..fd122be2 --- /dev/null +++ b/BromiteWebView/busybox.x86 @@ -0,0 +1 @@ +../tools/busybox.x86 \ No newline at end of file diff --git a/BromiteWebView/unzip.arm b/BromiteWebView/unzip.arm new file mode 120000 index 00000000..1dd493ca --- /dev/null +++ b/BromiteWebView/unzip.arm @@ -0,0 +1 @@ +../tools/unzip.arm \ No newline at end of file diff --git a/BromiteWebView/unzip.x86 b/BromiteWebView/unzip.x86 new file mode 120000 index 00000000..316e38bb --- /dev/null +++ b/BromiteWebView/unzip.x86 @@ -0,0 +1 @@ +../tools/unzip.x86 \ No newline at end of file diff --git a/F-Droid/unzip.arm b/F-Droid/unzip.arm new file mode 120000 index 00000000..1dd493ca --- /dev/null +++ b/F-Droid/unzip.arm @@ -0,0 +1 @@ +../tools/unzip.arm \ No newline at end of file diff --git a/F-Droid/unzip.x86 b/F-Droid/unzip.x86 new file mode 120000 index 00000000..316e38bb --- /dev/null +++ b/F-Droid/unzip.x86 @@ -0,0 +1 @@ +../tools/unzip.x86 \ No newline at end of file diff --git a/Full/.nanodroid-apps b/Full/.nanodroid-apps new file mode 120000 index 00000000..363c7ced --- /dev/null +++ b/Full/.nanodroid-apps @@ -0,0 +1 @@ +../doc/.nanodroid-apps \ No newline at end of file diff --git a/Full/.nanodroid-overlay b/Full/.nanodroid-overlay new file mode 120000 index 00000000..5914bc50 --- /dev/null +++ b/Full/.nanodroid-overlay @@ -0,0 +1 @@ +../doc/.nanodroid-overlay \ No newline at end of file diff --git a/Full/ChangeLog.md b/Full/ChangeLog.md new file mode 120000 index 00000000..41c10a61 --- /dev/null +++ b/Full/ChangeLog.md @@ -0,0 +1 @@ +../ChangeLog.md \ No newline at end of file diff --git a/Full/CommonAddon b/Full/CommonAddon new file mode 120000 index 00000000..10db8391 --- /dev/null +++ b/Full/CommonAddon @@ -0,0 +1 @@ +../CommonAddon \ No newline at end of file diff --git a/Full/CommonInstaller b/Full/CommonInstaller new file mode 120000 index 00000000..cfa899ac --- /dev/null +++ b/Full/CommonInstaller @@ -0,0 +1 @@ +../CommonInstaller \ No newline at end of file diff --git a/Full/README.md b/Full/README.md new file mode 120000 index 00000000..32d46ee8 --- /dev/null +++ b/Full/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/Full/aapt.arm b/Full/aapt.arm new file mode 120000 index 00000000..ea99108d --- /dev/null +++ b/Full/aapt.arm @@ -0,0 +1 @@ +../tools/aapt.arm \ No newline at end of file diff --git a/Full/aapt.x86 b/Full/aapt.x86 new file mode 120000 index 00000000..f9ef550c --- /dev/null +++ b/Full/aapt.x86 @@ -0,0 +1 @@ +../tools/aapt.x86 \ No newline at end of file diff --git a/Full/busybox.arm b/Full/busybox.arm new file mode 120000 index 00000000..6636870c --- /dev/null +++ b/Full/busybox.arm @@ -0,0 +1 @@ +../tools/busybox.arm \ No newline at end of file diff --git a/Full/busybox.x86 b/Full/busybox.x86 new file mode 120000 index 00000000..fd122be2 --- /dev/null +++ b/Full/busybox.x86 @@ -0,0 +1 @@ +../tools/busybox.x86 \ No newline at end of file diff --git a/Full/sqlite3.arm b/Full/sqlite3.arm new file mode 120000 index 00000000..4e92486d --- /dev/null +++ b/Full/sqlite3.arm @@ -0,0 +1 @@ +../tools/sqlite3.arm \ No newline at end of file diff --git a/Full/sqlite3.x86 b/Full/sqlite3.x86 new file mode 120000 index 00000000..80d4c323 --- /dev/null +++ b/Full/sqlite3.x86 @@ -0,0 +1 @@ +../tools/sqlite3.x86 \ No newline at end of file diff --git a/Full/unzip.arm b/Full/unzip.arm new file mode 120000 index 00000000..1dd493ca --- /dev/null +++ b/Full/unzip.arm @@ -0,0 +1 @@ +../tools/unzip.arm \ No newline at end of file diff --git a/Full/unzip.x86 b/Full/unzip.x86 new file mode 120000 index 00000000..316e38bb --- /dev/null +++ b/Full/unzip.x86 @@ -0,0 +1 @@ +../tools/unzip.x86 \ No newline at end of file diff --git a/OsmAnd/ChangeLog.md b/OsmAnd/ChangeLog.md new file mode 120000 index 00000000..41c10a61 --- /dev/null +++ b/OsmAnd/ChangeLog.md @@ -0,0 +1 @@ +../ChangeLog.md \ No newline at end of file diff --git a/OsmAnd/CommonAddon b/OsmAnd/CommonAddon new file mode 120000 index 00000000..10db8391 --- /dev/null +++ b/OsmAnd/CommonAddon @@ -0,0 +1 @@ +../CommonAddon \ No newline at end of file diff --git a/OsmAnd/CommonInstaller b/OsmAnd/CommonInstaller new file mode 120000 index 00000000..cfa899ac --- /dev/null +++ b/OsmAnd/CommonInstaller @@ -0,0 +1 @@ +../CommonInstaller \ No newline at end of file diff --git a/OsmAnd/README.md b/OsmAnd/README.md new file mode 120000 index 00000000..32d46ee8 --- /dev/null +++ b/OsmAnd/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/OsmAnd/busybox.arm b/OsmAnd/busybox.arm new file mode 120000 index 00000000..6636870c --- /dev/null +++ b/OsmAnd/busybox.arm @@ -0,0 +1 @@ +../tools/busybox.arm \ No newline at end of file diff --git a/OsmAnd/busybox.x86 b/OsmAnd/busybox.x86 new file mode 120000 index 00000000..fd122be2 --- /dev/null +++ b/OsmAnd/busybox.x86 @@ -0,0 +1 @@ +../tools/busybox.x86 \ No newline at end of file diff --git a/OsmAnd/unzip.arm b/OsmAnd/unzip.arm new file mode 120000 index 00000000..1dd493ca --- /dev/null +++ b/OsmAnd/unzip.arm @@ -0,0 +1 @@ +../tools/unzip.arm \ No newline at end of file diff --git a/OsmAnd/unzip.x86 b/OsmAnd/unzip.x86 new file mode 120000 index 00000000..316e38bb --- /dev/null +++ b/OsmAnd/unzip.x86 @@ -0,0 +1 @@ +../tools/unzip.x86 \ No newline at end of file