Skip to content
Snippets Groups Projects
Commit fe090912 authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 81858ab4
No related branches found
No related tags found
No related merge requests found
......@@ -28,4 +28,5 @@ java_sdk_library {
name: "com.android.future.usb.accessory",
srcs: ["src/**/*.java"],
api_packages: ["com.android.future.usb"],
dist_group: "android",
}
......@@ -33,4 +33,5 @@ java_sdk_library {
"com.android.location.provider",
"com.android.location.timezone.provider",
],
dist_group: "android",
}
......@@ -27,4 +27,5 @@ java_sdk_library {
name: "com.android.media.remotedisplay",
srcs: ["java/**/*.java"],
api_packages: ["com.android.media.remotedisplay"],
dist_group: "android",
}
......@@ -27,4 +27,5 @@ java_sdk_library {
name: "com.android.mediadrm.signer",
srcs: ["java/**/*.java"],
api_packages: ["com.android.mediadrm.signer"],
dist_group: "android",
}
......@@ -31,6 +31,7 @@ java_sdk_library {
enabled: false,
},
static_libs: [
"android-support-annotations"
"android-support-annotations",
],
dist_group: "android",
}
......@@ -27,4 +27,5 @@ java_sdk_library {
name: "com.android.nfc_extras",
srcs: ["java/**/*.java"],
api_packages: ["com.android.nfc_extras"],
dist_group: "android",
}
......@@ -48,4 +48,5 @@ java_sdk_library {
name: "javax.obex",
srcs: ["javax/**/*.java"],
api_packages: ["javax.obex"],
dist_group: "android",
}
......@@ -55,6 +55,7 @@ java_sdk_library {
hiddenapi_additional_annotations: [
"android.test.base-hiddenapi-annotations",
],
dist_group: "android",
}
// Build the android.test.base_static library
......
......@@ -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.
......
......@@ -52,6 +52,7 @@ java_sdk_library {
compile_dex: true,
default_to_stubs: true,
dist_group: "android",
}
// Build the android.test.runner-minus-junit library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment