From 1d21a6fb3052e865fa9850b560e8fe03c3b9a5d7 Mon Sep 17 00:00:00 2001 From: Karishma Vakil Date: Fri, 9 Dec 2022 06:14:06 +0000 Subject: [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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') 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", ], }, -- cgit v1.2.3-59-g8ed1b