summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-08-09 16:59:58 -0700
committerBob Badour <bbadour@google.com>2021-08-09 16:59:58 -0700
commit9c31cfb9c029f4b9ee29ce6a13bb599c270ab4dd (patch)
treeba296b0a36a95c37bccc703290cae1428fcf2e16
parentb490d69d4b3c90d5a06f8f483e3a5386ed0e77b9 (diff)
[LSC] Add LOCAL_LICENSE_KINDS to hardware/google/graphics/common
Added SPDX-license-identifier-Apache-2.0 to: memtrack-pixel/core/Android.bp memtrack-pixel/service/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I7dae1e3a43dc96477a3cebd93985e29c32601c45
-rw-r--r--memtrack-pixel/core/Android.bp4
-rw-r--r--memtrack-pixel/service/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/memtrack-pixel/core/Android.bp b/memtrack-pixel/core/Android.bp
index 737836f..b47ee38 100644
--- a/memtrack-pixel/core/Android.bp
+++ b/memtrack-pixel/core/Android.bp
@@ -1,4 +1,8 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_shared {
name: "libmemtrack-pixel",
vendor: true,
diff --git a/memtrack-pixel/service/Android.bp b/memtrack-pixel/service/Android.bp
index 7593217..0267685 100644
--- a/memtrack-pixel/service/Android.bp
+++ b/memtrack-pixel/service/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_binary {
name: "android.hardware.memtrack-service.pixel",
relative_install_path: "hw",