summaryrefslogtreecommitdiff
path: root/packages/SystemUI/Android.bp
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2018-12-10 17:05:08 +0000
committer Anton Hansson <hansson@google.com> 2019-01-11 16:24:28 +0000
commit2012be24712c2775090afbd3fdf91b49a1e999bf (patch)
treefe0ac81d6a89db83cb5d2d104314132129b18b30 /packages/SystemUI/Android.bp
parent94e5b22985bb4e623e2e7a1dd368f5bf372361ea (diff)
Move Settings/SystemUI permissions to separate files
This makes it possible to move the permission around separately from all the other permissions. This permission file is included automatically when the respective app is included. Bug: 110072687 Test: make Change-Id: I91b30561d4a4000334ffbf3b98bb632d962f4b97 Merged-In: I91b30561d4a4000334ffbf3b98bb632d962f4b97
Diffstat (limited to 'packages/SystemUI/Android.bp')
-rw-r--r--packages/SystemUI/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index c9ba26804e89..6488c092b236 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -97,5 +97,6 @@ android_app {
"--extra-packages",
"com.android.keyguard",
],
+ required: ["privapp_whitelist_com.android.systemui"],
}