summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-02-03 20:35:08 -0800
committer Bob Badour <bbadour@google.com> 2021-02-05 01:25:29 -0800
commit2f0b2bbf3d5919970761feb9e93da0e97989f5bc (patch)
treef88f793a505de29991f4a6c008a9855aae5c9400 /Android.bp
parent5cee653ed88d8718708ec7302829e974622af713 (diff)
[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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
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"],