From 70c12c514ef73f2369d1ba50fbec06b59fced84c Mon Sep 17 00:00:00 2001 From: Ivan Lozano Date: Fri, 30 Jul 2021 14:37:09 -0400 Subject: [PATCH] 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 --- scripts/add3prf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/add3prf.py b/scripts/add3prf.py index 5fd155f12..1ac1e69ce 100755 --- a/scripts/add3prf.py +++ b/scripts/add3prf.py @@ -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,