From 10b94de0b615f8efbd890209a4707743485257c0 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Fri, 31 Mar 2023 17:38:33 -0700 Subject: [PATCH] Keep existing build files in build/make/target/product/security To add a new filegroup for certificates in that folder. Bug: 269577299 Test: See other cl Change-Id: I1c41c809ee3ec6838a427d18f2d21fec9571ccb6 --- android/allowlists/allowlists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index ff0d33e4c..d7bcc8171 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -385,6 +385,7 @@ var ( "build/bazel":/* recursive = */ true, "build/make/core":/* recursive = */ false, "build/bazel_common_rules":/* recursive = */ true, + "build/make/target/product/security":/* recursive = */ false, // build/make/tools/signapk BUILD file is generated, so build/make/tools is not recursive. "build/make/tools":/* recursive = */ false, "build/pesto":/* recursive = */ true,