diff options
| author | 2021-01-27 15:48:31 +0800 | |
|---|---|---|
| committer | 2021-01-27 15:48:31 +0800 | |
| commit | 2c9b3e0e25d8fa3d9f452fc5dbf5fd452e6d83eb (patch) | |
| tree | acbb0d62f489cfcf3c01c6661818ac0c1e9c718f | |
| parent | fcf2da0b29d3d1d37e3ddc67aea8654659554d64 (diff) | |
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
| -rw-r--r-- | rust/config/allowed_list.go | 1 |
1 files changed, 1 insertions, 0 deletions
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", |