Specify branch in the add3prf.py generated OWNERS
The branch needs to be specified in our generated OWNERS file or some
tooling will fail to find the correct OWNERS file.
Bug: 191797059
Test: New OWNERS file works as expected.
Change-Id: I91f2af6c5f489daee859b66ae0bd3c19a0bc0a3b
diff --git a/scripts/add3prf.py b/scripts/add3prf.py
index 5fd155f..1ac1e69 100755
--- a/scripts/add3prf.py
+++ b/scripts/add3prf.py
@@ -53,7 +53,7 @@
"per go/thirdpartylicenses#same.\n ")
# default owners added to OWNERS
-DEFAULT_OWNERS = "include platform/prebuilts/rust:/OWNERS\n"
+DEFAULT_OWNERS = "include platform/prebuilts/rust:master:/OWNERS\n"
# See b/159487435 Official policy for rust imports METADATA URLs.
# "license_type: NOTICE" might be optional,