Merge "Also package recursive jni_libs deps of android_apps as well as direct deps."

This commit is contained in:
Peter Collingbourne
2019-12-17 20:51:18 +00:00
committed by Gerrit Code Review
6 changed files with 72 additions and 25 deletions

View File

@@ -466,7 +466,6 @@ type dependencyTag struct {
type jniDependencyTag struct {
blueprint.BaseDependencyTag
target android.Target
}
func IsJniDepTag(depTag blueprint.DependencyTag) bool {