From 42d97799f33ec94f631d97d2b2f140db96b016aa Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Tue, 24 May 2022 16:17:39 +0000 Subject: [PATCH] Remove IntentResolver from build Not currently in use, need some allowlisting before we can launch with in the build. Bug: 233468811 Bug: 215295976 Test: Run sharesheet, presubmits. Change-Id: I1bafa1d4f6c10b88f7b758983f8f8f457463901a --- target/product/base_system.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 998327e9a0..6f6cd79214 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -120,7 +120,6 @@ PRODUCT_PACKAGES += \ init_system \ input \ installd \ - IntentResolver \ ip \ iptables \ ip-up-vpn \