commit | 7c02b06afefaa7fad144035dc97aa79285a04f15 | [log] [tgz] |
---|---|---|
author | Robert Greenwalt <rgreenwalt@google.com> | Tue May 30 11:51:40 2017 -0700 |
committer | Robert Greenwalt <rgreenwalt@google.com> | Mon Jun 12 16:46:15 2017 -0700 |
tree | 482f93ba52ca0df5b9175502e1cad70ee573ee0a | |
parent | 9337ab17bf74ea28d934a34b4d90653a2067b0c7 [diff] [blame] |
Update EMBMS test app/service with method Lets us know if content is delivered via unicast or bcast. Test: this Change-Id: Idf32022ed5fec848b461cdc8507b260d8c55b401
diff --git a/testapps/EmbmsServiceTestApp/Android.mk b/testapps/EmbmsServiceTestApp/Android.mk index 4dc522c..874fad2 100644 --- a/testapps/EmbmsServiceTestApp/Android.mk +++ b/testapps/EmbmsServiceTestApp/Android.mk
@@ -15,5 +15,6 @@ LOCAL_PRIVILEGED_MODULE := true # Change the following to "debug" to build the EmbmsTestService into the userdebug build. LOCAL_MODULE_TAGS := optional +#LOCAL_MODULE_TAGS := debug include $(BUILD_PACKAGE)