Merge "m <apex_name>-deps-info prints the internal/external deps of the APEX" am: 573326a8ce
am: ef9f93cfac
am: 00cdc4a80f
Change-Id: Ie40197044f09140d14262cdf6a17aae1d3c6582e
This commit is contained in:
@@ -499,6 +499,14 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user