Make generated library SDK snapshots determinstic am: 2c033610e2
am: c16e34e85e
am: f4e815c868
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1425997 Change-Id: I40c348710f9a1e7dcaa6b3ae7c110d982d922205
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