Satish kumar sugasi | f8975cd | 2016-05-04 20:17:07 -0700 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | |
| 3 | include $(CLEAR_VARS) |
| 4 | |
Satish kumar sugasi | f8975cd | 2016-05-04 20:17:07 -0700 | [diff] [blame] | 5 | LOCAL_SRC_FILES := \ |
Nitin Shivpure | 9eb6437 | 2017-04-19 17:59:54 +0530 | [diff] [blame^] | 6 | fm_hci.cpp |
Satish kumar sugasi | f8975cd | 2016-05-04 20:17:07 -0700 | [diff] [blame] | 7 | |
| 8 | LOCAL_SHARED_LIBRARIES := \ |
| 9 | libdl \ |
Nitin Shivpure | 9eb6437 | 2017-04-19 17:59:54 +0530 | [diff] [blame^] | 10 | libcutils \ |
| 11 | libbase \ |
| 12 | libhidlbase \ |
| 13 | libhidltransport \ |
| 14 | libhwbinder \ |
Satish kumar sugasi | 35a19e8 | 2017-04-08 18:39:25 -0700 | [diff] [blame] | 15 | liblog \ |
Nitin Shivpure | 9eb6437 | 2017-04-19 17:59:54 +0530 | [diff] [blame^] | 16 | libutils \ |
| 17 | android.hidl.base@1.0 \ |
| 18 | vendor.qti.hardware.fm@1.0 \ |
Satish kumar sugasi | f8975cd | 2016-05-04 20:17:07 -0700 | [diff] [blame] | 19 | |
| 20 | LOCAL_CFLAGS := -Wno-unused-parameter |
| 21 | |
Satish kumar sugasi | f8975cd | 2016-05-04 20:17:07 -0700 | [diff] [blame] | 22 | LOCAL_C_INCLUDES += \ |
Kamal Negi | 8a2a72a | 2016-06-30 11:43:32 +0530 | [diff] [blame] | 23 | $(LOCAL_PATH)/../helium \ |
| 24 | $(LOCAL_PATH)/fm_hci |
Satish kumar sugasi | f8975cd | 2016-05-04 20:17:07 -0700 | [diff] [blame] | 25 | |
| 26 | LOCAL_MODULE := libfm-hci |
| 27 | LOCAL_MODULE_TAGS := optional |
| 28 | LOCAL_MODULE_CLASS := SHARED_LIBRARIES |
| 29 | |
| 30 | include $(BUILD_SHARED_LIBRARY) |