From a7614dd6266e026b604177ed66d66a7ca8c1aa6b Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Mon, 23 Aug 2021 14:02:49 -0700 Subject: [PATCH] Add system/logging/liblog. This is needed so it can run bindgen tests. Test: Build Change-Id: Iefcd1077e3b572c662474c4bb461b04dc66c6204 --- rust/config/allowed_list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go index 926d2aca1..ee9be6e90 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -25,6 +25,7 @@ var ( "system/extras/simpleperf", "system/hardware/interfaces/keystore2", "system/librustutils", + "system/logging/liblog", "system/logging/rust", "system/security", "system/tools/aidl",