FM-HAL: Add support for FM Core functionalities
FM-HAL Layer contains the core FM Functionality required
for carrying out various FM operations such as FM Enable,
FM Tune, FM Seek, FM Search, FM Disable etc..
FM-HAL layer interacts with the FM-HCI layer for sending
commands and receiving events to and from Controller.
Change-Id: I0ac1c9c80671e43aafa30ce2b68f5ee695c9d764
diff --git a/jni/Android.mk b/jni/Android.mk
index 5bc46d3..b554b40 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -10,7 +10,9 @@
FmIoctlsInterface.cpp \
FmPerformanceParams.cpp
+LOCAL_LDLIBS += -ldl
LOCAL_SHARED_LIBRARIES := \
+ libandroid_runtime \
libnativehelper \
libcutils