From 2f0b2bbf3d5919970761feb9e93da0e97989f5bc Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 3 Feb 2021 20:35:08 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Permission Added SPDX-license-identifier-Apache-2.0 to: Android.bp framework/Android.bp service/Android.bp testing/Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I16cc0e9742f196de9afbecc1bf0788c2f12bc4d0 --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index e30df05b2..96d4259d0 100644 --- a/Android.bp +++ b/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"], +} + apex { name: "com.android.permission", defaults: ["com.android.permission-defaults"], -- cgit v1.2.3-59-g8ed1b