diff options
author | 2022-10-05 16:19:51 +0000 | |
---|---|---|
committer | 2022-10-05 16:19:51 +0000 | |
commit | 0b5f7f153f9c07e5eaf674594e9c4741168c0c99 (patch) | |
tree | 5020c0ca89e796197eb6c5e5844fe10d57f2cc61 /rust/rust.go | |
parent | 2adc1a6e99cc0e8a9214f1f37281c2184b8ec69e (diff) | |
parent | f78a890183a9c376f6f9d71d2a40fa6343cbd214 (diff) |
Merge "Specify jnilib partition in Android-<target>.mk"
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go index 7342a14d2..28a300bc6 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -1664,6 +1664,10 @@ func (k kytheExtractRustSingleton) GenerateBuildActions(ctx android.SingletonCon } } +func (c *Module) Partition() string { + return "" +} + var Bool = proptools.Bool var BoolDefault = proptools.BoolDefault var String = proptools.String |