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
This commit is contained in:
@@ -106,9 +106,6 @@ type LinkableInterface interface {
|
||||
// IsLlndkPublic returns true only for LLNDK (public) libs.
|
||||
IsLlndkPublic() bool
|
||||
|
||||
// IsLlndkHeaders returns true if this module is an LLNDK headers module.
|
||||
IsLlndkHeaders() bool
|
||||
|
||||
// IsLlndkLibrary returns true if this module is an LLNDK library module.
|
||||
IsLlndkLibrary() bool
|
||||
|
||||
|
Reference in New Issue
Block a user