summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorJoseph Murphy <murj@google.com>2019-12-18 00:23:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-12-18 00:23:36 +0000
commit9fd9b92d518cd354c54aaf87b160aaaefa48ea35 (patch)
tree2cfa864604cb8950863df6dcbb0e00bfbd449476 /java/java.go
parentf192d553823e765b2db39162f11f72d69ba51fd9 (diff)
parent2973c1106fc92216e208d5096bd69414a7f13ca4 (diff)
Merge "Revert "Also package recursive jni_libs deps of android_apps as well as direct deps.""
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go
index 9745da45e..59bfaf758 100644
--- a/java/java.go
+++ b/java/java.go
@@ -466,6 +466,7 @@ type dependencyTag struct {
type jniDependencyTag struct {
blueprint.BaseDependencyTag
+ target android.Target
}
func IsJniDepTag(depTag blueprint.DependencyTag) bool {