summaryrefslogtreecommitdiffstats
path: root/radio/Android.mk
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2015-03-05 15:10:52 -0800
committerEric Laurent <elaurent@google.com>2015-03-10 18:18:29 -0700
commitdedc86dcb6d63e93518c8974c077e50912d15e9c (patch)
treec148dce8581816f8425b9fc9bca878aa254c1ca4 /radio/Android.mk
parentd73697b9b61be2fa227b93b5c4c8e30badd32e71 (diff)
downloadframeworks_av-dedc86dcb6d63e93518c8974c077e50912d15e9c.zip
frameworks_av-dedc86dcb6d63e93518c8974c077e50912d15e9c.tar.gz
frameworks_av-dedc86dcb6d63e93518c8974c077e50912d15e9c.tar.bz2
radio client
Added implementation of native broadcast radio client class and callback. Change-Id: I82478448e32a5b9be5165e7eb53b99b6289884ed
Diffstat (limited to 'radio/Android.mk')
-rw-r--r--radio/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/radio/Android.mk b/radio/Android.mk
index bddc3c2..ecbb8fd 100644
--- a/radio/Android.mk
+++ b/radio/Android.mk
@@ -17,6 +17,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
+ Radio.cpp \
IRadio.cpp \
IRadioClient.cpp \
IRadioService.cpp