diff options
author | 2020-06-04 14:08:17 +0000 | |
---|---|---|
committer | 2020-06-04 17:20:38 +0100 | |
commit | 5539e7b568c19dc6d5720f49599f9832cdeee8e1 (patch) | |
tree | 67f72b1884b118c21b1883ccc1b4f85420c1849f /java/hiddenapi_singleton.go | |
parent | c55b679e7bbd2bd64c39464f030fc9b427ec7363 (diff) |
Revert^2 "Rename DexJar interface method to DexJarBuildPath."
This reverts commit b0dc851ff4eca650042b52ce4ff06cb7e0312b77.
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
Diffstat (limited to 'java/hiddenapi_singleton.go')
-rw-r--r-- | java/hiddenapi_singleton.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/hiddenapi_singleton.go b/java/hiddenapi_singleton.go index c7f7cbdfe..2f35798b5 100644 --- a/java/hiddenapi_singleton.go +++ b/java/hiddenapi_singleton.go @@ -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() } } } |