commit | 41ba81cab7c4f5993ad3e05765035db248b3df1c | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Thu Apr 27 13:20:29 2017 -0700 |
committer | Hall Liu <hallliu@google.com> | Tue May 09 15:52:20 2017 -0700 |
tree | 6614f0a7e1bc2d4dbc87660048d549ca158ea58a | |
parent | 30a7397bcc0fd370c36248a7b29abb8ac550ee6f [diff] [blame] |
EMBMS test app Add the skeleton for the streaming portion of the EMBMS testapp. Includes the middleware side and the frontend app. Current functionality is limited to binding to the service via MbmsStreamingManager. Test: run testapp Change-Id: Iefbe5f0d6b466a13493633bddb5ffd40d68f05e5
diff --git a/testapps/Android.mk b/testapps/Android.mk new file mode 100644 index 0000000..5053e7d --- /dev/null +++ b/testapps/Android.mk
@@ -0,0 +1 @@ +include $(call all-subdir-makefiles)