Allow packages/modules/Virtualization to use rust
Rust will be used for a few virtualization related components so allow it to be used in the directory in which those components will reside. Test: built a rust binary in the directory Change-Id: I805d6117201c2144f7ecf21ec38b577c7c21e9c5
This commit is contained in:
parent
ff98103505
commit
af2015d7d6
|
@ -11,6 +11,7 @@ var (
|
|||
"external/crosvm",
|
||||
"external/adhd",
|
||||
"frameworks/native/libs/binder/rust",
|
||||
"packages/modules/Virtualization",
|
||||
"prebuilts/rust",
|
||||
"system/extras/profcollectd",
|
||||
"system/hardware/interfaces/keystore2",
|
||||
|
|
Loading…
Reference in New Issue