From e4ac0ac9ad2c29cd84ec9141a130aafb41fba23a Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Wed, 4 Dec 2019 13:38:39 +0900 Subject: Move SystemUI to /system_ext we plan to forbid hidden API in product partition. So this app should be moved to /system_ext because it uses hidden API. It is not permanent, so they can be moved back to /product due to needs if there isn't hidden usage anymore. Bug: 137908189 Test: m Test: check whether device boots successfully Test: atest SystemUITests Exempt-From-Owner-Approval: cherry-pick from internal Change-Id: I54f86496d4a0045af3576091cce00e5cd285b4f8 Merged-In: I54f86496d4a0045af3576091cce00e5cd285b4f8 --- packages/SystemUI/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/SystemUI/Android.bp') diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index d674be4c8fc0..dbfaca0b6b80 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -142,7 +142,7 @@ android_app { resource_dirs: [], platform_apis: true, - product_specific: true, + system_ext_specific: true, certificate: "platform", privileged: true, -- cgit v1.2.3-59-g8ed1b