From a670b3f06ee3fcb6fd993ee9dd456ede169b33f7 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 2 Mar 2023 09:52:31 +0000 Subject: [PATCH] Add hansson to OWNERS for build files Soong team has cleaned up their OWNERS file, so add back hansson to the frameworks/base build file owners. We'll explore migrating all the API related build rules into the api subdir, which would allow removal from the global file. Change-Id: Ie9f6a22376b49abec5e45c3b805e00d87361101d --- OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/OWNERS b/OWNERS index 09a721f10c1bc..198be3fb852ba 100644 --- a/OWNERS +++ b/OWNERS @@ -30,6 +30,7 @@ per-file */TEST_MAPPING = * # Support bulk translation updates per-file */res*/values*/*.xml = byi@google.com, delphij@google.com +per-file **.bp,**.mk = hansson@google.com per-file *.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION} per-file Android.mk = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION} per-file framework-jarjar-rules.txt = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION}