[LSC] Add LOCAL_LICENSE_KINDS to system/memory/libmeminfo

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  libdmabufinfo/Android.bp
  libdmabufinfo/tools/Android.bp
  tools/Android.bp
  vts/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I8de08dc1286723ed6b3e4a99733d83cccb0c3ba5
diff --git a/Android.bp b/Android.bp
index 948aaee..f52c2ee 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
 // limitations under the License.
 //
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 cc_defaults {
     name: "libmeminfo_defaults",
     cflags: [
diff --git a/libdmabufinfo/Android.bp b/libdmabufinfo/Android.bp
index 7b6ef43..ebd5862 100644
--- a/libdmabufinfo/Android.bp
+++ b/libdmabufinfo/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"],
+}
+
 cc_defaults {
     name: "dmabufinfo_defaults",
     static_libs: [
diff --git a/libdmabufinfo/tools/Android.bp b/libdmabufinfo/tools/Android.bp
index edaea25..68dce16 100644
--- a/libdmabufinfo/tools/Android.bp
+++ b/libdmabufinfo/tools/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"],
+}
+
 cc_binary {
     name: "dmabuf_dump",
     cflags: [
diff --git a/tools/Android.bp b/tools/Android.bp
index 3968c09..8cb98fc 100644
--- a/tools/Android.bp
+++ b/tools/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"],
+}
+
 cc_binary {
     name: "librank",
     cflags: [
diff --git a/vts/Android.bp b/vts/Android.bp
index 22e2e0f..0f514b5 100644
--- a/vts/Android.bp
+++ b/vts/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"],
+}
+
 cc_defaults {
     name: "vts_meminfo_defaults",
     defaults: ["libmeminfo_defaults"],