From 8f5e78c0a773c9d4ef245797d884b5cb37e47054 Mon Sep 17 00:00:00 2001 From: Andrei Onea Date: Tue, 7 Dec 2021 16:18:54 +0000 Subject: [PATCH] Move out allowlists for com.android.cellbroadcast This change separates out the allowlist for the com.android.cellbroadcast mainline module. This apex bundles two apks (CellBroadcastApp and CellBroadcastServiceModule) that have regular apk counterparts for non-mainline devices. The allowlists are now in the projects which contain the source code for the respective APKs, and are marked as dependencies for them Test: boots Bug: 190375768 Change-Id: I98c7c5a0ffb9b16dd859cb586d3afae082981d7c --- data/etc/Android.bp | 8 ----- .../etc/com.android.cellbroadcastreceiver.xml | 29 ------------------- data/etc/privapp-permissions-platform.xml | 18 ------------ 3 files changed, 55 deletions(-) delete mode 100644 data/etc/com.android.cellbroadcastreceiver.xml diff --git a/data/etc/Android.bp b/data/etc/Android.bp index 2a82d8ecf5ee4..df51871c57d9c 100644 --- a/data/etc/Android.bp +++ b/data/etc/Android.bp @@ -70,14 +70,6 @@ prebuilt_etc { filename_from_src: true, } -prebuilt_etc { - name: "privapp_whitelist_com.android.cellbroadcastreceiver", - system_ext_specific: true, - sub_dir: "permissions", - src: "com.android.cellbroadcastreceiver.xml", - filename_from_src: true, -} - prebuilt_etc { name: "privapp_whitelist_com.android.contacts", product_specific: true, diff --git a/data/etc/com.android.cellbroadcastreceiver.xml b/data/etc/com.android.cellbroadcastreceiver.xml deleted file mode 100644 index bc62bbc845f30..0000000000000 --- a/data/etc/com.android.cellbroadcastreceiver.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 2d2c03bf2215e..b83e39572d5b5 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -45,24 +45,6 @@ applications that come with the platform - - - - - - - - - - - - - - - - - -