diff options
| author | 2021-04-26 16:53:58 -0700 | |
|---|---|---|
| committer | 2021-04-26 18:40:53 -0700 | |
| commit | 627280f091b09a20ce67e780130a6945db7a7f84 (patch) | |
| tree | c9e1160f12b2a51486ee365d62bdf3f87ddedc9b /rust/rust.go | |
| parent | 1f3f130e29a37898b8fbd279d6a334bb7933b129 (diff) | |
Remove llndk_headers
Replace llndk_headers with cc_library_headers with
llndk.llndk_headers: true.
Bug: 170784825
Test: m checkbuild
Test: compare out/soong/build.ninja
Test: TestLlndkHeaders
Change-Id: I33b411cd4d474318796c2073375176b82dd8c216
Diffstat (limited to 'rust/rust.go')
| -rw-r--r-- | rust/rust.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rust/rust.go b/rust/rust.go index e1a69c047..74d282864 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -262,10 +262,6 @@ func (c *Module) IsLlndkPublic() bool { return false } -func (m *Module) IsLlndkHeaders() bool { - return false -} - func (m *Module) IsLlndkLibrary() bool { return false } |