From 65dd1b212b171f844e19c4adebbcee8126307425 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 8 Jul 2019 17:44:23 +0200 Subject: [PATCH] build-package: simplify microG package --- microG/.nanodroid-overlay | 1 + microG/ChangeLog.md | 1 + microG/CommonAddon | 1 + microG/CommonInstaller | 1 + microG/README.md | 1 + microG/aapt.arm | 1 + microG/aapt.x86 | 1 + microG/busybox.arm | 1 + microG/busybox.x86 | 1 + microG/gsync | 1 + microG/sqlite3.arm | 1 + microG/sqlite3.x86 | 1 + microG/swipe | 1 + microG/system/app/AuroraStore | 1 + microG/system/app/DroidGuard | 1 + microG/system/app/nlpBackendApple | 1 + microG/system/app/nlpBackendDejavu | 1 + microG/system/app/nlpBackendIchnaea | 1 + microG/system/app/nlpBackendNominatim | 1 + microG/system/app/nlpBackendRadiocell | 1 + microG/system/etc/default-permissions | 1 + microG/system/etc/permissions | 1 + microG/system/etc/sysconfig | 1 + microG/system/framework | 1 + microG/system/priv-app/FakeStore | 1 + microG/system/priv-app/GmsCore | 1 + microG/system/priv-app/GsfProxy | 1 + microG/system/priv-app/Phonesky | 1 + microG/system/priv-app/YalpStore | 1 + microG/system/xbin/nanodroid-overlay | 1 + microG/system/xbin/nanodroid-perm | 1 + microG/system/xbin/nanodroid-prop | 1 + microG/system/xbin/nanodroid-util | 1 + microG/system/xbin/novl | 1 + microG/system/xbin/npem | 1 + microG/system/xbin/nprp | 1 + microG/system/xbin/nutl | 1 + microG/unzip.arm | 1 + microG/unzip.x86 | 1 + 39 files changed, 39 insertions(+) create mode 120000 microG/.nanodroid-overlay create mode 120000 microG/ChangeLog.md create mode 120000 microG/CommonAddon create mode 120000 microG/CommonInstaller create mode 120000 microG/README.md create mode 120000 microG/aapt.arm create mode 120000 microG/aapt.x86 create mode 120000 microG/busybox.arm create mode 120000 microG/busybox.x86 create mode 120000 microG/gsync create mode 120000 microG/sqlite3.arm create mode 120000 microG/sqlite3.x86 create mode 120000 microG/swipe create mode 120000 microG/system/app/AuroraStore create mode 120000 microG/system/app/DroidGuard create mode 120000 microG/system/app/nlpBackendApple create mode 120000 microG/system/app/nlpBackendDejavu create mode 120000 microG/system/app/nlpBackendIchnaea create mode 120000 microG/system/app/nlpBackendNominatim create mode 120000 microG/system/app/nlpBackendRadiocell create mode 120000 microG/system/etc/default-permissions create mode 120000 microG/system/etc/permissions create mode 120000 microG/system/etc/sysconfig create mode 120000 microG/system/framework create mode 120000 microG/system/priv-app/FakeStore create mode 120000 microG/system/priv-app/GmsCore create mode 120000 microG/system/priv-app/GsfProxy create mode 120000 microG/system/priv-app/Phonesky create mode 120000 microG/system/priv-app/YalpStore create mode 120000 microG/system/xbin/nanodroid-overlay create mode 120000 microG/system/xbin/nanodroid-perm create mode 120000 microG/system/xbin/nanodroid-prop create mode 120000 microG/system/xbin/nanodroid-util create mode 120000 microG/system/xbin/novl create mode 120000 microG/system/xbin/npem create mode 120000 microG/system/xbin/nprp create mode 120000 microG/system/xbin/nutl create mode 120000 microG/unzip.arm create mode 120000 microG/unzip.x86 diff --git a/microG/.nanodroid-overlay b/microG/.nanodroid-overlay new file mode 120000 index 00000000..5914bc50 --- /dev/null +++ b/microG/.nanodroid-overlay @@ -0,0 +1 @@ +../doc/.nanodroid-overlay \ No newline at end of file diff --git a/microG/ChangeLog.md b/microG/ChangeLog.md new file mode 120000 index 00000000..41c10a61 --- /dev/null +++ b/microG/ChangeLog.md @@ -0,0 +1 @@ +../ChangeLog.md \ No newline at end of file diff --git a/microG/CommonAddon b/microG/CommonAddon new file mode 120000 index 00000000..10db8391 --- /dev/null +++ b/microG/CommonAddon @@ -0,0 +1 @@ +../CommonAddon \ No newline at end of file diff --git a/microG/CommonInstaller b/microG/CommonInstaller new file mode 120000 index 00000000..cfa899ac --- /dev/null +++ b/microG/CommonInstaller @@ -0,0 +1 @@ +../CommonInstaller \ No newline at end of file diff --git a/microG/README.md b/microG/README.md new file mode 120000 index 00000000..32d46ee8 --- /dev/null +++ b/microG/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/microG/aapt.arm b/microG/aapt.arm new file mode 120000 index 00000000..ea99108d --- /dev/null +++ b/microG/aapt.arm @@ -0,0 +1 @@ +../tools/aapt.arm \ No newline at end of file diff --git a/microG/aapt.x86 b/microG/aapt.x86 new file mode 120000 index 00000000..f9ef550c --- /dev/null +++ b/microG/aapt.x86 @@ -0,0 +1 @@ +../tools/aapt.x86 \ No newline at end of file diff --git a/microG/busybox.arm b/microG/busybox.arm new file mode 120000 index 00000000..6636870c --- /dev/null +++ b/microG/busybox.arm @@ -0,0 +1 @@ +../tools/busybox.arm \ No newline at end of file diff --git a/microG/busybox.x86 b/microG/busybox.x86 new file mode 120000 index 00000000..fd122be2 --- /dev/null +++ b/microG/busybox.x86 @@ -0,0 +1 @@ +../tools/busybox.x86 \ No newline at end of file diff --git a/microG/gsync b/microG/gsync new file mode 120000 index 00000000..ca20e1e1 --- /dev/null +++ b/microG/gsync @@ -0,0 +1 @@ +../Full/gsync \ No newline at end of file diff --git a/microG/sqlite3.arm b/microG/sqlite3.arm new file mode 120000 index 00000000..4e92486d --- /dev/null +++ b/microG/sqlite3.arm @@ -0,0 +1 @@ +../tools/sqlite3.arm \ No newline at end of file diff --git a/microG/sqlite3.x86 b/microG/sqlite3.x86 new file mode 120000 index 00000000..80d4c323 --- /dev/null +++ b/microG/sqlite3.x86 @@ -0,0 +1 @@ +../tools/sqlite3.x86 \ No newline at end of file diff --git a/microG/swipe b/microG/swipe new file mode 120000 index 00000000..3ec234dd --- /dev/null +++ b/microG/swipe @@ -0,0 +1 @@ +../Full/swipe \ No newline at end of file diff --git a/microG/system/app/AuroraStore b/microG/system/app/AuroraStore new file mode 120000 index 00000000..4615633f --- /dev/null +++ b/microG/system/app/AuroraStore @@ -0,0 +1 @@ +../../../Full/system/app/AuroraStore \ No newline at end of file diff --git a/microG/system/app/DroidGuard b/microG/system/app/DroidGuard new file mode 120000 index 00000000..8379ee4b --- /dev/null +++ b/microG/system/app/DroidGuard @@ -0,0 +1 @@ +../../../Full/system/app/DroidGuard \ No newline at end of file diff --git a/microG/system/app/nlpBackendApple b/microG/system/app/nlpBackendApple new file mode 120000 index 00000000..bb063956 --- /dev/null +++ b/microG/system/app/nlpBackendApple @@ -0,0 +1 @@ +../../../Full/system/app/nlpBackendApple \ No newline at end of file diff --git a/microG/system/app/nlpBackendDejavu b/microG/system/app/nlpBackendDejavu new file mode 120000 index 00000000..6bd372f2 --- /dev/null +++ b/microG/system/app/nlpBackendDejavu @@ -0,0 +1 @@ +../../../Full/system/app/nlpBackendDejavu \ No newline at end of file diff --git a/microG/system/app/nlpBackendIchnaea b/microG/system/app/nlpBackendIchnaea new file mode 120000 index 00000000..9c815ecc --- /dev/null +++ b/microG/system/app/nlpBackendIchnaea @@ -0,0 +1 @@ +../../../Full/system/app/nlpBackendIchnaea \ No newline at end of file diff --git a/microG/system/app/nlpBackendNominatim b/microG/system/app/nlpBackendNominatim new file mode 120000 index 00000000..df728cb3 --- /dev/null +++ b/microG/system/app/nlpBackendNominatim @@ -0,0 +1 @@ +../../../Full/system/app/nlpBackendNominatim \ No newline at end of file diff --git a/microG/system/app/nlpBackendRadiocell b/microG/system/app/nlpBackendRadiocell new file mode 120000 index 00000000..62ab8cb1 --- /dev/null +++ b/microG/system/app/nlpBackendRadiocell @@ -0,0 +1 @@ +../../../Full/system/app/nlpBackendRadiocell \ No newline at end of file diff --git a/microG/system/etc/default-permissions b/microG/system/etc/default-permissions new file mode 120000 index 00000000..69f5efed --- /dev/null +++ b/microG/system/etc/default-permissions @@ -0,0 +1 @@ +../../../Full/system/etc/default-permissions \ No newline at end of file diff --git a/microG/system/etc/permissions b/microG/system/etc/permissions new file mode 120000 index 00000000..06c97980 --- /dev/null +++ b/microG/system/etc/permissions @@ -0,0 +1 @@ +../../../Full/system/etc/permissions \ No newline at end of file diff --git a/microG/system/etc/sysconfig b/microG/system/etc/sysconfig new file mode 120000 index 00000000..bc041827 --- /dev/null +++ b/microG/system/etc/sysconfig @@ -0,0 +1 @@ +../../../Full/system/etc/sysconfig \ No newline at end of file diff --git a/microG/system/framework b/microG/system/framework new file mode 120000 index 00000000..52c36a53 --- /dev/null +++ b/microG/system/framework @@ -0,0 +1 @@ +../../Full/system/framework \ No newline at end of file diff --git a/microG/system/priv-app/FakeStore b/microG/system/priv-app/FakeStore new file mode 120000 index 00000000..3e461170 --- /dev/null +++ b/microG/system/priv-app/FakeStore @@ -0,0 +1 @@ +../../../Full/system/priv-app/FakeStore \ No newline at end of file diff --git a/microG/system/priv-app/GmsCore b/microG/system/priv-app/GmsCore new file mode 120000 index 00000000..947dbe16 --- /dev/null +++ b/microG/system/priv-app/GmsCore @@ -0,0 +1 @@ +../../../Full/system/priv-app/GmsCore \ No newline at end of file diff --git a/microG/system/priv-app/GsfProxy b/microG/system/priv-app/GsfProxy new file mode 120000 index 00000000..241d8bba --- /dev/null +++ b/microG/system/priv-app/GsfProxy @@ -0,0 +1 @@ +../../../Full/system/priv-app/GsfProxy \ No newline at end of file diff --git a/microG/system/priv-app/Phonesky b/microG/system/priv-app/Phonesky new file mode 120000 index 00000000..c773c564 --- /dev/null +++ b/microG/system/priv-app/Phonesky @@ -0,0 +1 @@ +../../../Full/system/priv-app/Phonesky \ No newline at end of file diff --git a/microG/system/priv-app/YalpStore b/microG/system/priv-app/YalpStore new file mode 120000 index 00000000..94cf2568 --- /dev/null +++ b/microG/system/priv-app/YalpStore @@ -0,0 +1 @@ +../../../Full/system/priv-app/YalpStore \ No newline at end of file diff --git a/microG/system/xbin/nanodroid-overlay b/microG/system/xbin/nanodroid-overlay new file mode 120000 index 00000000..0fdff40c --- /dev/null +++ b/microG/system/xbin/nanodroid-overlay @@ -0,0 +1 @@ +../../../Full/system/xbin/nanodroid-overlay \ No newline at end of file diff --git a/microG/system/xbin/nanodroid-perm b/microG/system/xbin/nanodroid-perm new file mode 120000 index 00000000..97d6d74e --- /dev/null +++ b/microG/system/xbin/nanodroid-perm @@ -0,0 +1 @@ +../../../Full/system/xbin/nanodroid-perm \ No newline at end of file diff --git a/microG/system/xbin/nanodroid-prop b/microG/system/xbin/nanodroid-prop new file mode 120000 index 00000000..f59e9490 --- /dev/null +++ b/microG/system/xbin/nanodroid-prop @@ -0,0 +1 @@ +../../../Full/system/xbin/nanodroid-prop \ No newline at end of file diff --git a/microG/system/xbin/nanodroid-util b/microG/system/xbin/nanodroid-util new file mode 120000 index 00000000..cb734441 --- /dev/null +++ b/microG/system/xbin/nanodroid-util @@ -0,0 +1 @@ +../../../Full/system/xbin/nanodroid-util \ No newline at end of file diff --git a/microG/system/xbin/novl b/microG/system/xbin/novl new file mode 120000 index 00000000..d6f56561 --- /dev/null +++ b/microG/system/xbin/novl @@ -0,0 +1 @@ +../../../Full/system/xbin/novl \ No newline at end of file diff --git a/microG/system/xbin/npem b/microG/system/xbin/npem new file mode 120000 index 00000000..6bd93781 --- /dev/null +++ b/microG/system/xbin/npem @@ -0,0 +1 @@ +../../../Full/system/xbin/npem \ No newline at end of file diff --git a/microG/system/xbin/nprp b/microG/system/xbin/nprp new file mode 120000 index 00000000..0f1e342b --- /dev/null +++ b/microG/system/xbin/nprp @@ -0,0 +1 @@ +../../../Full/system/xbin/nprp \ No newline at end of file diff --git a/microG/system/xbin/nutl b/microG/system/xbin/nutl new file mode 120000 index 00000000..43f5ed17 --- /dev/null +++ b/microG/system/xbin/nutl @@ -0,0 +1 @@ +../../../Full/system/xbin/nutl \ No newline at end of file diff --git a/microG/unzip.arm b/microG/unzip.arm new file mode 120000 index 00000000..1dd493ca --- /dev/null +++ b/microG/unzip.arm @@ -0,0 +1 @@ +../tools/unzip.arm \ No newline at end of file diff --git a/microG/unzip.x86 b/microG/unzip.x86 new file mode 120000 index 00000000..316e38bb --- /dev/null +++ b/microG/unzip.x86 @@ -0,0 +1 @@ +../tools/unzip.x86 \ No newline at end of file