From 14d60d1fd0eb20fbf4f845803c9f488abfcf159e Mon Sep 17 00:00:00 2001 From: Vinh Tran Date: Wed, 11 Oct 2023 12:17:30 -0400 Subject: [PATCH] Allowlist toolchain/pgo-profiles Test: m bp2build Change-Id: I3c4b383941c24aa948e1a42aa782349567398c5f --- android/allowlists/allowlists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 16e23285a..d4e3b1386 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -453,6 +453,7 @@ var ( "test/vts/vts_hal_hidl_target": Bp2BuildDefaultTrueRecursively, + "toolchain/pgo-profiles": Bp2BuildDefaultTrueRecursively, "tools/apifinder": Bp2BuildDefaultTrue, "tools/apksig": Bp2BuildDefaultTrue, "tools/dexter/slicer": Bp2BuildDefaultTrueRecursively,