Venkateshwarlu Domakonda | a25a778 | 2014-07-14 19:06:00 +0530 | [diff] [blame] | 1 | ifeq ($(BOARD_HAVE_QCOM_FM),true) |
AUDITYA BHATTARAM | ead5614 | 2013-11-14 22:11:02 +0530 | [diff] [blame] | 2 | ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM))) |
Venkateshwarlu Domakonda | aa25363 | 2013-03-25 16:53:03 +0530 | [diff] [blame] | 3 | LOCAL_PATH := $(call my-dir) |
| 4 | include $(CLEAR_VARS) |
| 5 | |
| 6 | LOCAL_SRC_FILES:= \ |
Venkateshwarlu Domakonda | 1c2c435 | 2014-05-26 14:35:12 +0530 | [diff] [blame] | 7 | android_hardware_fm.cpp \ |
| 8 | ConfFileParser.cpp \ |
| 9 | ConfigFmThs.cpp \ |
| 10 | FmIoctlsInterface.cpp \ |
| 11 | FmPerformanceParams.cpp |
Venkateshwarlu Domakonda | aa25363 | 2013-03-25 16:53:03 +0530 | [diff] [blame] | 12 | |
| 13 | LOCAL_SHARED_LIBRARIES := \ |
| 14 | libnativehelper \ |
| 15 | libcutils |
| 16 | |
| 17 | LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include |
| 18 | LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr |
| 19 | |
Venkateshwarlu Domakonda | aa25363 | 2013-03-25 16:53:03 +0530 | [diff] [blame] | 20 | LOCAL_MODULE := libqcomfm_jni |
| 21 | LOCAL_MODULE_TAGS := optional |
| 22 | |
| 23 | include $(BUILD_SHARED_LIBRARY) |
| 24 | endif # is-vendor-board-platform |
Venkateshwarlu Domakonda | a25a778 | 2014-07-14 19:06:00 +0530 | [diff] [blame] | 25 | endif # BOARD_HAVE_QCOM_FM |