summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-13 18:42:53 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-13 18:47:09 +0100
commit966dcccae2c58b93af0835eae4ed9f3951c358ec (patch)
tree315010f9758e54abcca0a34ac40ceaccde25f11e
parent1974d429f9dfdaf899e924d92fff87a041d4fa74 (diff)
downloadvendor_replicant-scripts-966dcccae2c58b93af0835eae4ed9f3951c358ec.tar.gz
vendor_replicant-scripts-966dcccae2c58b93af0835eae4ed9f3951c358ec.tar.bz2
vendor_replicant-scripts-966dcccae2c58b93af0835eae4ed9f3951c358ec.zip
networking: usb: Ship the script on the device
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--networking/usb/Android.mk9
-rwxr-xr-x[-rw-r--r--]networking/usb/usb_networking_device.sh0
2 files changed, 9 insertions, 0 deletions
diff --git a/networking/usb/Android.mk b/networking/usb/Android.mk
new file mode 100644
index 0000000..fc3b967
--- /dev/null
+++ b/networking/usb/Android.mk
@@ -0,0 +1,9 @@
+# Ship the scripts on the device
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := usb_networking_device.sh
+LOCAL_SRC_FILES := usb_networking_device.sh
+LOCAL_MODULE_CLASS := EXECUTABLES
+
+include $(BUILD_PREBUILT)
diff --git a/networking/usb/usb_networking_device.sh b/networking/usb/usb_networking_device.sh
index 8351c26..8351c26 100644..100755
--- a/networking/usb/usb_networking_device.sh
+++ b/networking/usb/usb_networking_device.sh