diff options
author | 2021-02-05 20:48:09 +0000 | |
---|---|---|
committer | 2021-02-05 20:48:09 +0000 | |
commit | 13f86dd226a4571e34b3e1ad38df4248be4c5fa5 (patch) | |
tree | f88f793a505de29991f4a6c008a9855aae5c9400 /Android.bp | |
parent | 5a3a53efd282e0a66f818a1d3b30095ca06af4f1 (diff) | |
parent | 7924b774858594bba3458ac9ec03c3cb6805591f (diff) |
[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Permission am: 2f0b2bbf3d am: 7924b77485
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Permission/+/1576226
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I1007c5274c417eaf995de284de8dba8bf5c0ed7f
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 4 |
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"], |