Merge "Propagate java resources in apps with no code" am: 2ee47272f5
am: f6316c4b1c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1610973 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic9f21c21508658da4cad91202315e3589b939c7f
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