Merge "Propagate java resources in apps with no code" am: 2ee47272f5
am: f6316c4b1c
am: 5541754e5a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1610973 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic0bcc631c3927ef7cbfeaba4e44435eaf41f74c5
This commit is contained in:
@@ -469,7 +469,7 @@ func (a *AndroidApp) dexBuildActions(ctx android.ModuleContext) android.Path {
|
||||
a.Module.compile(ctx, a.aaptSrcJar)
|
||||
}
|
||||
|
||||
return a.maybeStrippedDexJarFile
|
||||
return a.dexJarFile
|
||||
}
|
||||
|
||||
func (a *AndroidApp) jniBuildActions(jniLibs []jniLib, ctx android.ModuleContext) android.WritablePath {
|
||||
|
Reference in New Issue
Block a user