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)