summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Jaewoong Jung <jungjw@google.com> 2019-06-25 16:41:16 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-06-25 16:41:16 +0000
commit50c744e9162bdf6c6d00621e86b11585be517e58 (patch)
treea27ecc388536ec7f71516fb3818d2e78809209ae /java/java_test.go
parentba9a51979d22182b68f0888af7983ba3958b4128 (diff)
parent14f5ff62c952350a9e2b07d9d07429b9535655de (diff)
Merge changes from topic "apex_notice"
* changes: Embed NOTICE output as an APEX asset. Optionally embed NOTICE files in apks.
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go
index 22dec073f..a98ea8443 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -121,6 +121,10 @@ func testContext(config android.Config, bp string,
"b.kt": nil,
"a.jar": nil,
"b.jar": nil,
+ "APP_NOTICE": nil,
+ "GENRULE_NOTICE": nil,
+ "LIB_NOTICE": nil,
+ "TOOL_NOTICE": nil,
"java-res/a/a": nil,
"java-res/b/b": nil,
"java-res2/a": nil,