summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-06-04 09:18:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-06-04 09:18:17 +0000
commitf176328d3a40ec684abf4592bb1ae43ce4422f85 (patch)
treec0ef7660bac140abe46b991b8a779138961e5552
parent0dc2775c3cb7daf8f3d43ab4c15fe17537cb6fed (diff)
parentdfaf07afcd1b6e25f09b6a5169f2dbada4e1f20f (diff)
downloadapache-http-f176328d3a40ec684abf4592bb1ae43ce4422f85.tar.gz
Merge "Set dist_group: "android" for external/apache-http java_sdk_libraries"
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 76ee467..0d71a1a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -105,6 +105,7 @@ java_sdk_library {
// See http://b/119021844 for more details.
"--subtract-api $(location :frameworks-base-api-current.txt)",
],
+ dist_group: "android",
}
// Make the current.txt available for use by the cts/tests/signature tests.