Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- networking/usb/Android.mk | 9 +++++++++ networking/usb/usb_networking_device.sh | 0 2 files changed, 9 insertions(+) create mode 100644 networking/usb/Android.mk mode change 100644 => 100755 networking/usb/usb_networking_device.sh
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 old mode 100644 new mode 100755 -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
