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
This commit is contained in:
Yi Kong 2021-01-27 15:48:31 +08:00
parent fcf2da0b29
commit 2c9b3e0e25

View file

@ -19,6 +19,7 @@ var (
"prebuilts/rust",
"system/bt",
"system/extras/profcollectd",
"system/extras/simpleperf",
"system/hardware/interfaces/keystore2",
"system/security",
"system/tools/aidl",