summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSatish kumar sugasi <ssugas@codeaurora.org>2015-12-21 18:52:29 -0800
committerSatish kumar sugasi <ssugas@codeaurora.org>2016-05-12 22:33:07 -0700
commit88832b9d5ba836a7535243a91a4822f08c30547c (patch)
tree84d806cce4bba5c3edce4485ddef4e2e6d927f11 /Android.mk
parent8a34ad3c81b3fc1b5912a202831e9a0f0318a9ed (diff)
downloadandroid_hardware_qcom_fm-88832b9d5ba836a7535243a91a4822f08c30547c.tar.gz
android_hardware_qcom_fm-88832b9d5ba836a7535243a91a4822f08c30547c.tar.bz2
android_hardware_qcom_fm-88832b9d5ba836a7535243a91a4822f08c30547c.zip
FM : Add new hci commands and compile changes
Added HAL changes for hci commands like peek, poke, get/set of SINR sample/threshold.Compile time changes for adding correct includes based on new bluetooth stack structure, code cleanup and indendation. Change-Id: I5e48f0c0dc6165d61335c6d8cc269891e26dd548
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5b79fbf..fc3a54e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,6 +19,7 @@ include $(BUILD_JAVA_LIBRARY)
include $(LOCAL_PATH)/jni/Android.mk
LOCAL_PATH := $(LOCAL_DIR_PATH)
include $(LOCAL_PATH)/fmapp2/Android.mk
+
#LOCAL_PATH := $(LOCAL_DIR_PATH)
#include $(LOCAL_PATH)/FMRecord/Android.mk
@@ -32,5 +33,4 @@ LOCAL_PATH := $(LOCAL_DIR_PATH)
include $(LOCAL_PATH)/libfm_jni/Android.mk
#endif # is-vendor-board-platform
#endif # BOARD_HAVE_QCOM_FM
-
#endif # Not (TARGET_USES_AOSP)