Merge "Remove obsolete llndk_library" am: 5423a9c513
am: d9be64ea31
am: 4646975e32
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1687470 Change-Id: I2c3e45786305e3b1854c9448b89f0a82177acf13
This commit is contained in:
7
cc/cc.go
7
cc/cc.go
@@ -1121,13 +1121,6 @@ func (c *Module) IsLlndkPublic() bool {
|
||||
return c.VendorProperties.IsLLNDK && !c.VendorProperties.IsVNDKPrivate
|
||||
}
|
||||
|
||||
func (c *Module) IsLlndkLibrary() bool {
|
||||
if _, ok := c.linker.(*llndkStubDecorator); ok {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
func (m *Module) NeedsLlndkVariants() bool {
|
||||
lib := moduleLibraryInterface(m)
|
||||
return lib != nil && (lib.hasLLNDKStubs() || lib.hasLLNDKHeaders())
|
||||
|
Reference in New Issue
Block a user