diff options
| author | 2020-05-14 23:11:24 +0000 | |
|---|---|---|
| committer | 2020-05-14 23:11:24 +0000 | |
| commit | dcd0fc4be7577bfb10b3a3fabb61efcd4f0060eb (patch) | |
| tree | 6186552e4584a6ab749944bc420114852ada9e59 /java/testing.go | |
| parent | cb1d16166669919887b604a453b567e1a8a8a4e1 (diff) | |
| parent | e2b27f473f0f28ecf0255c6d76122f8422474627 (diff) | |
Merge "Add signing certificate lineage support to soong"
Diffstat (limited to 'java/testing.go')
| -rw-r--r-- | java/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index 6929bb724..7d7cb57e2 100644 --- a/java/testing.go +++ b/java/testing.go @@ -116,6 +116,7 @@ func TestConfig(buildDir string, env map[string]string, bp string, fs map[string "cert/new_cert.x509.pem": nil, "cert/new_cert.pk8": nil, + "lineage.bin": nil, "testdata/data": nil, |