Merge "Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""""

This commit is contained in:
Jiyong Park
2020-01-14 08:58:17 +00:00
committed by Gerrit Code Review
9 changed files with 13 additions and 132 deletions

View File

@@ -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