diff options
author | Jiyong Park <jiyong@google.com> | 2020-01-09 02:20:42 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-01-09 02:20:42 +0000 |
commit | 8ea6bc4a05691f6e15bb104038c543b4ddc5cbcb (patch) | |
tree | 91923a54b43016388ef15db12bc7e0687df15610 /java/java.go | |
parent | 36746d21a3b9cec9c4c993d55e398b207ed4b8fb (diff) | |
parent | 4513f703f9902193fc5c29607ddb4a8f71bfd702 (diff) |
Merge "Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX""
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/java.go b/java/java.go index 50ffd6589..bfdc7fcc0 100644 --- a/java/java.go +++ b/java/java.go @@ -500,14 +500,6 @@ var ( usesLibTag = dependencyTag{name: "uses-library"} ) -func IsLibDepTag(depTag blueprint.DependencyTag) bool { - return depTag == libTag -} - -func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool { - return depTag == staticLibTag -} - type sdkDep struct { useModule, useFiles, useDefaultLibs, invalidVersion bool |