Revert^2 "Rename DexJar interface method to DexJarBuildPath."
This reverts commit b0dc851ff4
.
Reason for revert: relanding original change. Build failures were
caused by a race with another CL: https://r.android.com/1320920
Test: lunch aosp_cf_x86_phone-userdebug && m
Change-Id: Ic9016582dae7773b4d4f84a63425f1ef7a5d061f
This commit is contained in:
committed by
Ulya Trafimovich
parent
c55b679e7b
commit
5539e7b568
@@ -147,7 +147,7 @@ func stubFlagsRule(ctx android.SingletonContext) {
|
||||
name := ctx.ModuleName(module)
|
||||
for moduleList, pathList := range moduleListToPathList {
|
||||
if i := android.IndexList(name, *moduleList); i != -1 {
|
||||
pathList[i] = j.DexJar()
|
||||
pathList[i] = j.DexJarBuildPath()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user