diff options
author | Paul Duffin <paulduffin@google.com> | 2019-06-03 08:15:50 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-06-03 08:15:50 -0700 |
commit | 48cce27632f0d357b379fc0770c0d36d96813d90 (patch) | |
tree | afcd5956ffbcd02fcdcccae0a16ce7094849a495 /test-mock | |
parent | 4a34cb358719e555f20782b437e2533d96a48cea (diff) | |
parent | b5d6cc540c619a1dad8650c56b26380d8eee8205 (diff) |
Merge "Export some api files for use by cts/tests/signature tests" am: 0a45ac2928
am: b5d6cc540c
Change-Id: If5179d1403e99ac2008cfeb89046eb486263817c
Diffstat (limited to 'test-mock')
-rw-r--r-- | test-mock/Android.bp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp index e1d6e01d6d06..a5cd1751151f 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -30,3 +30,15 @@ java_sdk_library { srcs_lib_whitelist_pkgs: ["android"], compile_dex: true, } + +// Make the current.txt available for use by the cts/tests/signature tests. +// ======================================================================== +filegroup { + name: "android-test-mock-current.txt", + visibility: [ + "//cts/tests/signature/api", + ], + srcs: [ + "api/current.txt", + ], +} |