diff options
| author | 2021-04-26 18:37:44 -0700 | |
|---|---|---|
| committer | 2021-04-26 18:37:44 -0700 | |
| commit | 1f3f130e29a37898b8fbd279d6a334bb7933b129 (patch) | |
| tree | d33ae29af79fc539cdaf7e3e59562f47acbf0231 /rust/rust.go | |
| parent | be763f7b16ba0da0f085302fd3e96c3512871c2b (diff) | |
Add support for cc_library_headers to replace llndk_headers
Set llndk.llndk_headers: true to allow a cc_library_headers
module to be used by a cc_library module with llndk.symbol_file set.
Bug: 170784825
Test: TestLlndkHeaders
Change-Id: Ib65a4b70717dc9a54ae30f2991485bb1bb9b8409
Diffstat (limited to 'rust/rust.go')
| -rw-r--r-- | rust/rust.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/rust.go b/rust/rust.go index 78a793de9..e1a69c047 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -274,7 +274,7 @@ func (mod *Module) KernelHeadersDecorator() bool { return false } -func (m *Module) HasLlndkStubs() bool { +func (m *Module) NeedsLlndkVariants() bool { return false } |