summaryrefslogtreecommitdiff
path: root/services/memtrackproxy
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-04-06 17:47:38 -0700
committer Bob Badour <bbadour@google.com> 2021-04-06 17:47:38 -0700
commit062b03bb4e5eddf24a657aa19bd71042e4895fc0 (patch)
treedeeba9d3377eabc00ffc204506ce6f71fcb5cec8 /services/memtrackproxy
parent6261acfb3ea02129a0fc910080e5c0e382e133e8 (diff)
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native
Added SPDX-license-identifier-Apache-2.0 to: services/memtrackproxy/Android.bp services/memtrackproxy/test/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I80b7dc5efdef18c80b7890234f51ed86ec5018fc
Diffstat (limited to 'services/memtrackproxy')
-rw-r--r--services/memtrackproxy/Android.bp9
-rw-r--r--services/memtrackproxy/test/Android.bp9
2 files changed, 18 insertions, 0 deletions
diff --git a/services/memtrackproxy/Android.bp b/services/memtrackproxy/Android.bp
index ee8b247194..7d78f3b2cf 100644
--- a/services/memtrackproxy/Android.bp
+++ b/services/memtrackproxy/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_native_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_native_license"],
+}
+
cc_library_shared {
name: "libmemtrackproxy",
shared_libs: [
diff --git a/services/memtrackproxy/test/Android.bp b/services/memtrackproxy/test/Android.bp
index e5ad8dccb2..f943761ee8 100644
--- a/services/memtrackproxy/test/Android.bp
+++ b/services/memtrackproxy/test/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_native_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_native_license"],
+}
+
cc_test {
name: "memtrackproxy_test",
srcs: [