summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-21 16:57:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-21 16:57:31 +0000
commitf330a2708bf2a9eb11c0c13f37ae1ecaa623d6b0 (patch)
treec0ef7660bac140abe46b991b8a779138961e5552
parent510567b557e5d42e892a633a986c71565766c87e (diff)
parent9373c1cf621baaed96450e696ee49f29ffe82de3 (diff)
downloadapache-http-android12-mainline-sdkext-release.tar.gz
Change-Id: I2ce8d1491e5679a371045a4ecb265b62437d7a66
-rw-r--r--Android.bp18
-rw-r--r--METADATA3
2 files changed, 21 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3d2a908..0d71a1a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_apache-http_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_apache-http_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
filegroup {
name: "org.apache.http.legacy.sources",
srcs: ["src/**/*.java"],
@@ -88,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.
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}