Make generated library SDK snapshots determinstic am: 2c033610e2
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1425997 Change-Id: I295d788fd104cd4208d11634657f99f86a668ea0
This commit is contained in:
@@ -291,8 +291,8 @@ func addPossiblyArchSpecificProperties(sdkModuleContext android.ModuleContext, b
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add the collated include dir properties to the output.
|
// Add the collated include dir properties to the output.
|
||||||
for property, dirs := range includeDirs {
|
for _, property := range android.SortedStringKeys(includeDirs) {
|
||||||
outputProperties.AddProperty(property, dirs)
|
outputProperties.AddProperty(property, includeDirs[property])
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(libInfo.StubsVersion) > 0 {
|
if len(libInfo.StubsVersion) > 0 {
|
||||||
|
Reference in New Issue
Block a user