From 062b03bb4e5eddf24a657aa19bd71042e4895fc0 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Tue, 6 Apr 2021 17:47:38 -0700 Subject: [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 --- services/memtrackproxy/Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'services/memtrackproxy/Android.bp') 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: [ -- cgit v1.2.3-59-g8ed1b