summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:43:06 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:43:06 -0800
commitd894d54c616747ecff590de4a261145367bd9936 (patch)
tree338fc891052d885d3fc3bfa119ef531a785c21cb
parent3b4799b0797cec05389444dc500388a280485a20 (diff)
downloadapache-http-d894d54c616747ecff590de4a261145367bd9936.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/apache-http
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Iad980bb9c1e24745f564d550083bc37229552f62
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3d2a908..76ee467 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"],