summaryrefslogtreecommitdiff
path: root/apex/apex_test.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-08-06 00:06:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-08-06 00:06:28 +0000
commit2eddd06879051b23c4698fabe1a4b89601da25c4 (patch)
tree0d2214375c57080753d80bad728b7f21da199890 /apex/apex_test.go
parent325d73f2601a1b93a8fe06969df5660ad292aa9b (diff)
parent6e511a9a9f2614d270fcd2a8d11f213f78ee3670 (diff)
Merge "Add libraryDependencyTag to track dependencies on static and shared libraries"
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r--apex/apex_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go
index a6f380513..587092a83 100644
--- a/apex/apex_test.go
+++ b/apex/apex_test.go
@@ -4450,11 +4450,11 @@ func TestApexAvailable_DirectDep(t *testing.T) {
func TestApexAvailable_IndirectDep(t *testing.T) {
// libbbaz is an indirect dep
testApexError(t, `requires "libbaz" that is not available for the APEX. Dependency path:
-.*via tag apex\.dependencyTag.*"sharedLib".*
+.*via tag apex\.dependencyTag.*name:sharedLib.*
.*-> libfoo.*link:shared.*
-.*via tag cc\.DependencyTag.*"shared".*
+.*via tag cc\.libraryDependencyTag.*Kind:sharedLibraryDependency.*
.*-> libbar.*link:shared.*
-.*via tag cc\.DependencyTag.*"shared".*
+.*via tag cc\.libraryDependencyTag.*Kind:sharedLibraryDependency.*
.*-> libbaz.*link:shared.*`, `
apex {
name: "myapex",