summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 16:14:35 -0800
committerBob Badour <bbadour@google.com>2021-02-16 04:09:57 -0800
commitbe7f64e690aaeadb479f64602c6cf63cf83d13ed (patch)
tree96d61223dfd653df237cf0a148417958e2485b55
parentd198883884f0369c0c8a52f185cc80bc7f0851b1 (diff)
downloadethernet-be7f64e690aaeadb479f64602c6cf63cf83d13ed.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/net/ethernetandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9e5f4513d6a737c8e31639babd7a4e6342968214
-rw-r--r--Android.bp4
-rw-r--r--tests/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6ca5f42..c3393bc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,10 @@
// Build the java code
// ============================================================
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library {
name: "ethernet-service",
installable: true,
diff --git a/tests/Android.bp b/tests/Android.bp
index 9c776e6..4b2d270 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -13,6 +13,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_test {
name: "EthernetServiceTests",