Merge "Revert "Symbols for libs in APEXes are available""
am: 4fd001280d
Change-Id: I564df995f01f27eea5a44ffc70fd7baf404d3cd1
This commit is contained in:
9
cc/cc.go
9
cc/cc.go
@@ -398,15 +398,6 @@ func (c *Module) OutputFile() android.OptionalPath {
|
||||
return c.outputFile
|
||||
}
|
||||
|
||||
func (c *Module) UnstrippedOutputFile() android.Path {
|
||||
if library, ok := c.linker.(*libraryDecorator); ok {
|
||||
return library.unstrippedOutputFile
|
||||
} else if binary, ok := c.linker.(*binaryDecorator); ok {
|
||||
return binary.unstrippedOutputFile
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *Module) Init() android.Module {
|
||||
c.AddProperties(&c.Properties, &c.VendorProperties)
|
||||
if c.compiler != nil {
|
||||
|
Reference in New Issue
Block a user