Merge "Specify jnilib partition in Android-<target>.mk"

This commit is contained in:
Jihoon Kang
2022-10-05 16:19:51 +00:00
committed by Gerrit Code Review
9 changed files with 189 additions and 0 deletions

View File

@@ -798,6 +798,7 @@ func collectAppDeps(ctx android.ModuleContext, app appDepsInterface,
target: module.Target(),
coverageFile: dep.CoverageOutputFile(),
unstrippedFile: dep.UnstrippedOutputFile(),
partition: dep.Partition(),
})
} else {
ctx.ModuleErrorf("dependency %q missing output file", otherName)