aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 21:10:57 -0800
committerBob Badour <bbadour@google.com>2021-03-01 21:10:57 -0800
commitb73e510b0f8aa35b1c3ae34ea5e3acf480896c65 (patch)
treec73850da58cb6feefc55e578d13ba4167ca717f3
parente8e72b2d3f378e41d4e719f2b5ad339aaf3f507c (diff)
downloadservice_entitlement-b73e510b0f8aa35b1c3ae34ea5e3acf480896c65.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/service_entitlement
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: Idfc3241f8c173fde6e240a447e790f50388b4878
-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 c1041e7..b45b167 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_defaults {
name: "service-entitlement-defaults",
libs: [
diff --git a/tests/Android.bp b/tests/Android.bp
index 53ffd91..4bafe3a 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library {
name: "service-entitlement-testing-utils",
srcs: [