From c6f3c10615f5270ec32bb7c1af060c82f200425c Mon Sep 17 00:00:00 2001 From: Jingwen Chen Date: Tue, 26 Sep 2023 01:59:12 +0000 Subject: [PATCH] Allowlist system/core/libstats/expresslog Fixes: 302046711 Test: b build //system/core/libstats/expresslog:libexpresslog --config=android Change-Id: I904fa0e6bd31d454ec38be91dbeecb765593266c --- android/allowlists/allowlists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index deb44a2f9..1f678a074 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -373,6 +373,7 @@ var ( "system/core/libprocessgroup/cgrouprc": Bp2BuildDefaultTrue, "system/core/libprocessgroup/cgrouprc_format": Bp2BuildDefaultTrue, "system/core/libsparse": Bp2BuildDefaultTrueRecursively, + "system/core/libstats/expresslog": Bp2BuildDefaultTrueRecursively, "system/core/libsuspend": Bp2BuildDefaultTrue, "system/core/libsystem": Bp2BuildDefaultTrueRecursively, "system/core/libsysutils": Bp2BuildDefaultTrueRecursively,