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

This commit is contained in:
Joseph Murphy
2019-12-18 00:23:36 +00:00
committed by Gerrit Code Review
6 changed files with 25 additions and 72 deletions

View File

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