diff --git a/target/product/handheld_product.mk b/target/product/handheld_product.mk index 063b951d9..758fa9b80 100644 --- a/target/product/handheld_product.mk +++ b/target/product/handheld_product.mk @@ -33,7 +33,6 @@ PRODUCT_PACKAGES += \ Launcher3QuickStep \ Music \ OneTimeInitializer \ - PrintRecommendationService \ Provision \ QuickSearchBox \ Settings \ diff --git a/target/product/handheld_system.mk b/target/product/handheld_system.mk index 0a763fb2a..a4dd6d7a5 100644 --- a/target/product/handheld_system.mk +++ b/target/product/handheld_system.mk @@ -57,6 +57,7 @@ PRODUCT_PACKAGES += \ MusicFX \ NfcNci \ PacProcessor \ + PrintRecommendationService \ PrintSpooler \ ProxyHandler \ screenrecord \ diff --git a/target/product/mainline_arm64.mk b/target/product/mainline_arm64.mk index c87663663..904bd2677 100644 --- a/target/product/mainline_arm64.mk +++ b/target/product/mainline_arm64.mk @@ -45,7 +45,6 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST += \ system/app/LatinIME/oat/arm64/LatinIME.odex \ system/app/LatinIME/oat/arm64/LatinIME.vdex \ system/app/Music/Music.apk \ - system/app/PrintRecommendationService/PrintRecommendationService.apk \ system/app/QuickSearchBox/QuickSearchBox.apk \ system/app/webview/webview.apk \ system/bin/healthd \