diff options
author | 2020-06-04 10:47:47 +0000 | |
---|---|---|
committer | 2020-06-04 10:47:47 +0000 | |
commit | c55b679e7bbd2bd64c39464f030fc9b427ec7363 (patch) | |
tree | 1b39d6cec3e76e6201d0059eae28919516d6b3b8 /java/hiddenapi_singleton.go | |
parent | 2a085666343aca2112b33a8c438f3d3d2992a134 (diff) | |
parent | b0dc851ff4eca650042b52ce4ff06cb7e0312b77 (diff) |
Merge "Revert "Rename DexJar interface method to DexJarBuildPath.""
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 2f35798b5..c7f7cbdfe 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.DexJarBuildPath() + pathList[i] = j.DexJar() } } } |