summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorKarishma Vakil <kvakil@google.com>2022-12-09 06:14:06 +0000
committerKarishma Vakil <kvakil@google.com>2022-12-13 05:05:56 +0000
commit1d21a6fb3052e865fa9850b560e8fe03c3b9a5d7 (patch)
tree337f4dc4c0c978db5392a0cd01e1e0a1b8f5b511 /Android.bp
parent3e3bff5381098666ac8a07e722b0f7b6c510d51c (diff)
downloadPermission-1d21a6fb3052e865fa9850b560e8fe03c3b9a5d7.tar.gz
[Safety Labels] Add feature flag for Safety Label Change Notifications as SystemApi
We add this feature flag as SystemApi as it will be used across packages (PermissionController, Settings and Platform code) Bug: 261652173 Test: Will be used to guard the Safety Label Change Notifications feature and so will be tested then. Change-Id: Ia65d7c468a757de13feda32fa1a79299b39eaa63
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 74e980580..f9eee9ddb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -111,6 +111,7 @@ bootclasspath_fragment {
package_prefixes: [
"android.app.role",
"android.safetycenter",
+ "android.safetylabel",
"com.android.permission",
],
},