Loading test-mock/Android.bp +2 −1 Original line number Diff line number Diff line Loading @@ -54,12 +54,13 @@ java_sdk_library { dist_group: "android", } // Make the current.txt available for use by the cts/tests/signature tests. // Make the current.txt available for use by the cts/tests/signature and /vendor tests. // ======================================================================== filegroup { name: "android-test-mock-current.txt", visibility: [ "//cts/tests/signature/api", "//vendor:__subpackages__", ], srcs: [ "api/current.txt", Loading Loading
test-mock/Android.bp +2 −1 Original line number Diff line number Diff line Loading @@ -54,12 +54,13 @@ java_sdk_library { dist_group: "android", } // Make the current.txt available for use by the cts/tests/signature tests. // Make the current.txt available for use by the cts/tests/signature and /vendor tests. // ======================================================================== filegroup { name: "android-test-mock-current.txt", visibility: [ "//cts/tests/signature/api", "//vendor:__subpackages__", ], srcs: [ "api/current.txt", Loading