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 5384b0927..9aae6fdb8 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -179,6 +179,7 @@ var ( "system/libprocinfo": Bp2BuildDefaultTrue, "system/libziparchive": Bp2BuildDefaultTrueRecursively, "system/logging/liblog": Bp2BuildDefaultTrueRecursively, + "system/memory/libmemunreachable": Bp2BuildDefaultTrueRecursively, "system/sepolicy/apex": Bp2BuildDefaultTrueRecursively, "system/timezone/apex": Bp2BuildDefaultTrueRecursively, "system/timezone/output_data": Bp2BuildDefaultTrueRecursively, |