diff options
author | 2021-09-23 08:26:53 -0700 | |
---|---|---|
committer | 2021-09-23 10:34:24 -0700 | |
commit | ce7bbdc38a73702476d10e0c58fc7acab92cb46c (patch) | |
tree | 4e7e0a1c7c5f0ba02551221127fb3c61bea1aaa5 /rust/Android.bp | |
parent | 5ff942285c2b5edad7120ea3943d9cb2d137fc63 (diff) |
Pass "--extern proc_macro" to rust_proc_macros.
This is actually required for some code.
Test: Modify the new test so it fails and see it fail.
Test: Build crates that fail without it.
Change-Id: I527752b765e5552aa2de7e201f056955e053e1f3
Diffstat (limited to 'rust/Android.bp')
-rw-r--r-- | rust/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Android.bp b/rust/Android.bp index 221014e5c..0ee673de4 100644 --- a/rust/Android.bp +++ b/rust/Android.bp @@ -50,6 +50,7 @@ bootstrap_go_package { "fuzz_test.go", "image_test.go", "library_test.go", + "proc_macro_test.go", "project_json_test.go", "protobuf_test.go", "rust_test.go", |