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
This commit is contained in:
Ivan Lozano
2021-07-30 14:37:09 -04:00
parent 1584123dbb
commit 70c12c514e

View File

@@ -53,7 +53,7 @@ MULTI_LICENSE_COMMENT = ("# Dual-licensed, using the least restrictive "
"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,