diff options
| -rw-r--r-- | android/allowlists/allowlists.go | 1 |
1 files changed, 1 insertions, 0 deletions
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, |