summaryrefslogtreecommitdiff
path: root/test-mock
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-05-10 10:38:53 -0700
committerColin Cross <ccross@android.com>2021-06-02 13:49:22 -0700
commitfe09091214c715856ecae3c3daf9836238ee3cbe (patch)
treeb5d09c889c6a6449f23cdaf1102cbc387b6a35ef /test-mock
parent81858ab41c2b501213f4ae5f4fbdf5520aace076 (diff)
Set dist_group: "android" for frameworks/base java_sdk_libraries
dist_group replaces owner and the default is going to change, set it to the current default "android" for frameworks/base java_sdk_libraries. Bug: 186723288 Test: m checkbuild Change-Id: I1526853951bcffbe5c5aec6fbc6ba8e0dbea95ad
Diffstat (limited to 'test-mock')
-rw-r--r--test-mock/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp
index 107292c81ab4..460a26d63cd6 100644
--- a/test-mock/Android.bp
+++ b/test-mock/Android.bp
@@ -48,6 +48,7 @@ java_sdk_library {
],
compile_dex: true,
default_to_stubs: true,
+ dist_group: "android",
}
// Make the current.txt available for use by the cts/tests/signature tests.