Remove outputfile and broadcast flag

In Q, we added a new bugreport API that asks for user consent before
showing the "Share" notification for the bugreport. We will be migrating
all bugreporting clients to use the API in R.

In the new API workflow we are moving away from broadcasts and using
callbacks to communicate with dumpstate. Finished bugreport notification
broadcast used to share the final path of the bugreport but API now uses
file descriptors instead. Hence, moving away from broadcasts.

The full bugreport in this case can be retrieved from dumpstate directory
using 'adb pull' or finding and attaching the file directly to gmail or
betterbug.

Remove broadcast flag for all bugreports triggered using keycode
combination.

Remove outputfile flag since it's unused.

Bug: 135186519
Bug: 137825702
Test: Build and flash to a taimen device. Create a bugreport using combo
keys (power + volume up + volume down buttons), share notification does
not pop up. Full bugreport created in bugreports/ dir

Change-Id: Ia7fbaf87e1eb7811f978cc6431650b683a533227
diff --git a/shared/config/init.common.rc b/shared/config/init.common.rc
index dec83e5..bd26787 100644
--- a/shared/config/init.common.rc
+++ b/shared/config/init.common.rc
@@ -137,7 +137,7 @@
     oneshot
 
 
-service bugreport /system/bin/dumpstate -d -p -B -z -o /sdcard/bugreport
+service bugreport /system/bin/dumpstate -d -p -z
     class main
     disabled
     oneshot