[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Cronet
Added SPDX-license-identifier-Apache-2.0 to:
Android.bp
apex/Android.bp
apex/testing/Android.bp
tests/apitest/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: If401e28b9f36512babfcb9a0e3a11b3c6e297aba
diff --git a/Android.bp b/Android.bp
index 11800e2..e42d4f3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_import {
name: "cronet_impl_native_java",
jars: ["prebuilt/cronet_impl_native_java.jar"],
diff --git a/apex/Android.bp b/apex/Android.bp
index 3dd25fe..49b362e 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
apex_defaults {
name: "com.android.cronet-defaults",
compile_multilib: "both",
diff --git a/apex/testing/Android.bp b/apex/testing/Android.bp
index 5a72164..a6859ff 100644
--- a/apex/testing/Android.bp
+++ b/apex/testing/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
apex_test {
name: "test_com.android.cronet",
visibility: [
diff --git a/tests/apitest/Android.bp b/tests/apitest/Android.bp
index 8278a24..9f1c007 100644
--- a/tests/apitest/Android.bp
+++ b/tests/apitest/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library {
name: "CronetApiCommonTests",
srcs: ["src/**/*.java"],