Badhri Jagan Sridharan | 81ea748 | 2017-01-20 06:05:58 -0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | LOCAL_MODULE_RELATIVE_PATH := hw | ||||
5 | LOCAL_MODULE := android.hardware.usb@1.0-service | ||||
6 | LOCAL_INIT_RC := android.hardware.usb@1.0-service.rc | ||||
7 | LOCAL_SRC_FILES := \ | ||||
8 | service.cpp \ | ||||
9 | Usb.cpp | ||||
10 | |||||
11 | LOCAL_SHARED_LIBRARIES := \ | ||||
12 | libcutils \ | ||||
13 | libhidlbase \ | ||||
14 | libhidltransport \ | ||||
15 | liblog \ | ||||
16 | libhwbinder \ | ||||
17 | libutils \ | ||||
18 | libhardware \ | ||||
19 | android.hardware.usb@1.0 \ | ||||
20 | |||||
21 | include $(BUILD_EXECUTABLE) |