Swapping from abseil flags to IREE flags.
This allows us to remove the nasty --function_inputs in favor of
a repeated --function_input field.
diff --git a/docs/developing_iree/profiling_vulkan_gpu.md b/docs/developing_iree/profiling_vulkan_gpu.md
index b9421f0..8fb76b5 100644
--- a/docs/developing_iree/profiling_vulkan_gpu.md
+++ b/docs/developing_iree/profiling_vulkan_gpu.md
@@ -45,10 +45,10 @@
 # Then package the Android app
 $ /path/to/iree/source/iree/tools/android/run_module_app/build_apk.sh \
   ./build-apk \
+  --driver vulkan \
   --module_file /tmp/mhlo-dot.vmfb \
   --entry_function dot \
-  --function_inputs_file /path/to/inputs/file \
-  --driver vulkan
+  --function_input=...
 ```
 
 Where `/path/to/input/file` is a file containing inputs to `dot`, for example: