commit | 3c904e8b77174e05aadfafb414f6cb8f26902d17 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Mon Jun 22 16:53:33 2020 -0700 |
committer | Baligh Uddin <baligh@google.com> | Tue Jun 23 04:13:25 2020 +0000 |
tree | a25e4f070a8a48a418bc325be7342a53babdcb6b | |
parent | 4c21463f04bf50d401c7106419a32bf2f7c8b369 [diff] [blame] |
Stem name should be fixed the same was as masterFile BUG: 159641682 Test: TH Change-Id: Ic0300676c35821cedc693eeb7b970318790f6189
diff --git a/java/app.go b/java/app.go index 245c586..e2e3a53 100755 --- a/java/app.go +++ b/java/app.go
@@ -150,7 +150,7 @@ "allow-prereleased": strconv.FormatBool(proptools.Bool(as.properties.Prerelease)), "screen-densities": screenDensities, "sdk-version": ctx.Config().PlatformSdkVersion(), - "stem": ctx.ModuleName(), + "stem": as.BaseModuleName(), }, }) }