Move PrintRecommendationService back to handheld_system

This app is not intended to be moved to /product.

Bug: 122353713
Test: lunch mainline_arm64; m nothing
Change-Id: I65464975a77e187591b3e2de2521f1b2876b5abf
This commit is contained in:
Anton Hansson
2019-01-25 11:14:47 +00:00
parent 1fdf5d789b
commit dca5c961a2
3 changed files with 1 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ PRODUCT_PACKAGES += \
Launcher3QuickStep \ Launcher3QuickStep \
Music \ Music \
OneTimeInitializer \ OneTimeInitializer \
PrintRecommendationService \
Provision \ Provision \
QuickSearchBox \ QuickSearchBox \
Settings \ Settings \

View File

@@ -57,6 +57,7 @@ PRODUCT_PACKAGES += \
MusicFX \ MusicFX \
NfcNci \ NfcNci \
PacProcessor \ PacProcessor \
PrintRecommendationService \
PrintSpooler \ PrintSpooler \
ProxyHandler \ ProxyHandler \
screenrecord \ screenrecord \

View File

@@ -45,7 +45,6 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST += \
system/app/LatinIME/oat/arm64/LatinIME.odex \ system/app/LatinIME/oat/arm64/LatinIME.odex \
system/app/LatinIME/oat/arm64/LatinIME.vdex \ system/app/LatinIME/oat/arm64/LatinIME.vdex \
system/app/Music/Music.apk \ system/app/Music/Music.apk \
system/app/PrintRecommendationService/PrintRecommendationService.apk \
system/app/QuickSearchBox/QuickSearchBox.apk \ system/app/QuickSearchBox/QuickSearchBox.apk \
system/app/webview/webview.apk \ system/app/webview/webview.apk \
system/bin/healthd \ system/bin/healthd \