Ashutosh Joshi | 1bec86a | 2016-11-15 13:48: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.contexthub@1.0-service |
| 6 | LOCAL_INIT_RC := android.hardware.contexthub@1.0-service.rc |
| 7 | LOCAL_SRC_FILES := \ |
| 8 | service.cpp \ |
| 9 | |
| 10 | LOCAL_SHARED_LIBRARIES := \ |
| 11 | libbase \ |
| 12 | libcutils \ |
| 13 | libdl \ |
| 14 | libhardware \ |
| 15 | libhardware_legacy \ |
| 16 | libhidlbase \ |
| 17 | libhidltransport \ |
| 18 | libhwbinder \ |
| 19 | liblog \ |
| 20 | libutils \ |
| 21 | android.hardware.contexthub@1.0 \ |
| 22 | |
| 23 | include $(BUILD_EXECUTABLE) |