From f27bb3bf191bf484aa020d55afbf255ec56bbe6d Mon Sep 17 00:00:00 2001 From: Yu Liu Date: Mon, 3 Oct 2022 14:15:01 -0700 Subject: [PATCH] Add libprofile-clang-extras when coverage is enabled. Bug: 233660582 Test: Manually verified the lib and related flags are present when coverage is enabled. Change-Id: I7f03fbe56acd31016687751d10c73f2e92b2fa8c --- android/allowlists/allowlists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 4ab94c30e..b09b923a0 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -284,6 +284,7 @@ var ( "system/core/libvndksupport": Bp2BuildDefaultTrueRecursively, "system/core/property_service/libpropertyinfoparser": Bp2BuildDefaultTrueRecursively, "system/core/property_service/libpropertyinfoserializer": Bp2BuildDefaultTrueRecursively, + "system/extras/toolchain-extras": Bp2BuildDefaultTrue, "system/incremental_delivery/incfs": Bp2BuildDefaultTrue, "system/libartpalette": Bp2BuildDefaultTrueRecursively, "system/libbase": Bp2BuildDefaultTrueRecursively,