summaryrefslogtreecommitdiffstats
path: root/networking/usb/Android.mk
blob: fc3b967129028cfc6dbcf3d75c0ee0122153d1e2 (plain)
1
2
3
4
5
6
7
8
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)