From 2c9b3e0e25d8fa3d9f452fc5dbf5fd452e6d83eb Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Wed, 27 Jan 2021 15:48:31 +0800 Subject: [PATCH] Add system/extras/simpleperf to Rust allowed paths This is to allow simpleperf to export rust bindings for use by profcollect. Test: build Change-Id: I187139d6133c144e86cbdb05d20c2515c189718e --- 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 21df02412..fc11d2901 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -19,6 +19,7 @@ var ( "prebuilts/rust", "system/bt", "system/extras/profcollectd", + "system/extras/simpleperf", "system/hardware/interfaces/keystore2", "system/security", "system/tools/aidl",