diff options
author | Ulyana Trafimovich <skvadrik@google.com> | 2020-06-04 10:37:36 +0000 |
---|---|---|
committer | Ulyana Trafimovich <skvadrik@google.com> | 2020-06-04 10:37:36 +0000 |
commit | b0dc851ff4eca650042b52ce4ff06cb7e0312b77 (patch) | |
tree | 1ce9e288b8b2d7ea1e168fdb9f2c38cce623c0fe /java/hiddenapi_singleton.go | |
parent | 562c240185dd4adcbdb75d2924c69657f6ac7cff (diff) |
Revert "Rename DexJar interface method to DexJarBuildPath."
This reverts commit 562c240185dd4adcbdb75d2924c69657f6ac7cff.
Reason for revert: breaks `lunch full-eng && m checkbuild`.
Change-Id: Id7c7d6240d98afaf8edd49b6c96cd05534b784cc
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() } } } |