Merge changes I9f68c887,Ic18f2dc5 am: b6ffb625eb
am: 07b758e2cf
Change-Id: I2cacae235b58dd0e9e1aaa65d0551517a90493f4
This commit is contained in:
committed by
android-build-merger
commit
4ed0841ed1
@@ -709,7 +709,7 @@ func (library *libraryDecorator) buildShared() bool {
|
||||
}
|
||||
|
||||
func (library *libraryDecorator) getWholeStaticMissingDeps() []string {
|
||||
return library.wholeStaticMissingDeps
|
||||
return append([]string(nil), library.wholeStaticMissingDeps...)
|
||||
}
|
||||
|
||||
func (library *libraryDecorator) objs() Objects {
|
||||
|
Reference in New Issue
Block a user