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

This reverts commit 114ff53f5e.

Reason for revert: broke cf_x86_phone-userdebug_coverage 

Change-Id: I7221fd0b0baee5407a7322240c170aef8e549e4d
This commit is contained in:
Jiyong Park
2020-01-09 02:05:18 +00:00
parent 114ff53f5e
commit 4513f703f9
8 changed files with 13 additions and 117 deletions

View File

@@ -492,14 +492,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