Loading cc/library_sdk_member.go +2 −2 Original line number Diff line number Diff line Loading @@ -291,8 +291,8 @@ func addPossiblyArchSpecificProperties(sdkModuleContext android.ModuleContext, b } // Add the collated include dir properties to the output. for property, dirs := range includeDirs { outputProperties.AddProperty(property, dirs) for _, property := range android.SortedStringKeys(includeDirs) { outputProperties.AddProperty(property, includeDirs[property]) } if len(libInfo.StubsVersion) > 0 { Loading Loading
cc/library_sdk_member.go +2 −2 Original line number Diff line number Diff line Loading @@ -291,8 +291,8 @@ func addPossiblyArchSpecificProperties(sdkModuleContext android.ModuleContext, b } // Add the collated include dir properties to the output. for property, dirs := range includeDirs { outputProperties.AddProperty(property, dirs) for _, property := range android.SortedStringKeys(includeDirs) { outputProperties.AddProperty(property, includeDirs[property]) } if len(libInfo.StubsVersion) > 0 { Loading