diff options
| author | 2011-11-10 10:35:05 -0800 | |
|---|---|---|
| committer | 2011-11-10 10:35:05 -0800 | |
| commit | 41df06566cdf8b4b01af8225a2c61509aaef57df (patch) | |
| tree | b7fe7724ef0a305b09c3830794d709630c5d56b0 | |
| parent | d02399284a2d97e334cad325c38ab56d44305581 (diff) | |
Update APK list post-merge
Change-Id: I185fd54c700d05942888fa99843d174b39acae30
| -rw-r--r-- | Android.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk index f2fd804c99..3d5001507e 100644 --- a/Android.mk +++ b/Android.mk @@ -150,9 +150,10 @@ $(eval $(call build-art-cache-oat,system/app/ApplicationsProvider.apk)) $(eval $(call build-art-cache-oat,system/app/BackupRestoreConfirmation.apk)) $(eval $(call build-art-cache-oat,system/app/Bluetooth.apk)) $(eval $(call build-art-cache-oat,system/app/BooksTablet.apk)) -$(eval $(call build-art-cache-oat,system/app/Browser.apk)) +$(eval $(call build-art-cache-oat,system/app/BrowserGoogle.apk)) $(eval $(call build-art-cache-oat,system/app/CalendarGoogle.apk)) $(eval $(call build-art-cache-oat,system/app/CalendarProvider.apk)) +$(eval $(call build-art-cache-oat,system/app/CameraGoogle.apk)) $(eval $(call build-art-cache-oat,system/app/CarHomeGoogle.apk)) $(eval $(call build-art-cache-oat,system/app/CertInstaller.apk)) $(eval $(call build-art-cache-oat,system/app/ChromeBookmarksSyncAdapter.apk)) @@ -175,19 +176,21 @@ $(eval $(call build-art-cache-oat,system/app/GoogleEarth.apk)) $(eval $(call build-art-cache-oat,system/app/GoogleFeedback.apk)) $(eval $(call build-art-cache-oat,system/app/GoogleLoginService.apk)) $(eval $(call build-art-cache-oat,system/app/GooglePackageVerifier.apk)) +$(eval $(call build-art-cache-oat,system/app/GooglePackageVerifierUpdater.apk)) $(eval $(call build-art-cache-oat,system/app/GooglePartnerSetup.apk)) $(eval $(call build-art-cache-oat,system/app/GoogleQuickSearchBox.apk)) $(eval $(call build-art-cache-oat,system/app/GoogleServicesFramework.apk)) -$(eval $(call build-art-cache-oat,system/app/GoogleTTS8k.apk)) +$(eval $(call build-art-cache-oat,system/app/GoogleTTS.apk)) $(eval $(call build-art-cache-oat,system/app/HTMLViewer.apk)) +$(eval $(call build-art-cache-oat,system/app/HoloSpiralWallpaper.apk)) $(eval $(call build-art-cache-oat,system/app/KeyChain.apk)) $(eval $(call build-art-cache-oat,system/app/LatinImeDictionaryPack.apk)) $(eval $(call build-art-cache-oat,system/app/LatinImeGoogle.apk)) $(eval $(call build-art-cache-oat,system/app/Launcher2.apk)) $(eval $(call build-art-cache-oat,system/app/LiveWallpapers.apk)) $(eval $(call build-art-cache-oat,system/app/LiveWallpapersPicker.apk)) -$(eval $(call build-art-cache-oat,system/app/MagicSmokeWallpapers.apk)) $(eval $(call build-art-cache-oat,system/app/Maps.apk)) +$(eval $(call build-art-cache-oat,system/app/MarketUpdater.apk)) $(eval $(call build-art-cache-oat,system/app/MediaProvider.apk)) $(eval $(call build-art-cache-oat,system/app/MediaUploader.apk)) $(eval $(call build-art-cache-oat,system/app/Microbes.apk)) @@ -201,10 +204,11 @@ $(eval $(call build-art-cache-oat,system/app/OneTimeInitializer.apk)) $(eval $(call build-art-cache-oat,system/app/PackageInstaller.apk)) $(eval $(call build-art-cache-oat,system/app/Phone.apk)) $(eval $(call build-art-cache-oat,system/app/Phonesky.apk)) -$(eval $(call build-art-cache-oat,system/app/PlusOne.apk)) # requires more memory to avoid OutOfMemoryError +$(eval $(call build-art-cache-oat,system/app/PlusOne.apk)) $(eval $(call build-art-cache-oat,system/app/Settings.apk)) $(eval $(call build-art-cache-oat,system/app/SettingsProvider.apk)) $(eval $(call build-art-cache-oat,system/app/SetupWizard.apk)) +$(eval $(call build-art-cache-oat,system/app/SharedStorageBackup.apk)) $(eval $(call build-art-cache-oat,system/app/SoundRecorder.apk)) $(eval $(call build-art-cache-oat,system/app/SpeechRecorder.apk)) $(eval $(call build-art-cache-oat,system/app/StingrayProgramMenu.apk)) |