full_stingray oat-target-sync support

Tested on a stingray, just 8 package/dex2oat differences compared to
stingray.

Change-Id: Iedb53e36ded4cbcb5079fb8d6d859dcecf73e186
diff --git a/Android.mk b/Android.mk
index fa8349b..eda1e33 100644
--- a/Android.mk
+++ b/Android.mk
@@ -424,6 +424,81 @@
 
 else
 
+ifeq ($(TARGET_PRODUCT),$(filter $(TARGET_PRODUCT),full_stingray))
+
+$(eval $(call build-art-cache-oat,system/app/AppDirectedSmsService.apk))
+$(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/Browser.apk))
+$(eval $(call build-art-cache-oat,system/app/Calculator.apk))
+$(eval $(call build-art-cache-oat,system/app/Calendar.apk))
+$(eval $(call build-art-cache-oat,system/app/CalendarProvider.apk))
+$(eval $(call build-art-cache-oat,system/app/Camera.apk))
+$(eval $(call build-art-cache-oat,system/app/CertInstaller.apk))
+$(eval $(call build-art-cache-oat,system/app/ConnMO.apk))
+$(eval $(call build-art-cache-oat,system/app/Contacts.apk))
+$(eval $(call build-art-cache-oat,system/app/ContactsProvider.apk))
+$(eval $(call build-art-cache-oat,system/app/DMService.apk))
+$(eval $(call build-art-cache-oat,system/app/DefaultContainerService.apk))
+$(eval $(call build-art-cache-oat,system/app/DeskClock.apk))
+$(eval $(call build-art-cache-oat,system/app/DownloadProvider.apk))
+$(eval $(call build-art-cache-oat,system/app/DownloadProviderUi.apk))
+$(eval $(call build-art-cache-oat,system/app/DrmProvider.apk))
+$(eval $(call build-art-cache-oat,system/app/Email.apk))
+$(eval $(call build-art-cache-oat,system/app/Exchange.apk))
+$(eval $(call build-art-cache-oat,system/app/Gallery2.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/LatinIME.apk))
+$(eval $(call build-art-cache-oat,system/app/Launcher2.apk))
+$(eval $(call build-art-cache-oat,system/app/LiveWallpapersPicker.apk))
+$(eval $(call build-art-cache-oat,system/app/MediaProvider.apk))
+$(eval $(call build-art-cache-oat,system/app/MotoImsServer.apk))
+$(eval $(call build-art-cache-oat,system/app/MotoLocationProxy.apk))
+$(eval $(call build-art-cache-oat,system/app/MotoLteTelephony.apk))
+$(eval $(call build-art-cache-oat,system/app/MotoModemUtil.apk))
+$(eval $(call build-art-cache-oat,system/app/MotoSimUiHelper.apk))
+$(eval $(call build-art-cache-oat,system/app/Music.apk))
+$(eval $(call build-art-cache-oat,system/app/MusicFX.apk))
+$(eval $(call build-art-cache-oat,system/app/OpenWnn.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/PicoTts.apk))
+$(eval $(call build-art-cache-oat,system/app/PinyinIME.apk))
+$(eval $(call build-art-cache-oat,system/app/Provision.apk))
+$(eval $(call build-art-cache-oat,system/app/QuickSearchBox.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/SharedStorageBackup.apk))
+$(eval $(call build-art-cache-oat,system/app/SoundRecorder.apk))
+$(eval $(call build-art-cache-oat,system/app/StingrayProgramMenu.apk))
+$(eval $(call build-art-cache-oat,system/app/StingrayProgramMenuSystem.apk))
+$(eval $(call build-art-cache-oat,system/app/SystemUI.apk))
+$(eval $(call build-art-cache-oat,system/app/TelephonyProvider.apk))
+$(eval $(call build-art-cache-oat,system/app/UsbHelper.apk))
+$(eval $(call build-art-cache-oat,system/app/UserDictionaryProvider.apk))
+$(eval $(call build-art-cache-oat,system/app/VideoEditor.apk))
+$(eval $(call build-art-cache-oat,system/app/VisualizationWallpapers.apk))
+$(eval $(call build-art-cache-oat,system/app/VpnDialogs.apk))
+$(eval $(call build-art-cache-oat,system/app/WAPPushManager.apk))
+$(eval $(call build-art-cache-oat,system/framework/am.jar))
+$(eval $(call build-art-cache-oat,system/framework/android.test.runner.jar))
+$(eval $(call build-art-cache-oat,system/framework/bmgr.jar))
+$(eval $(call build-art-cache-oat,system/framework/bu.jar))
+$(eval $(call build-art-cache-oat,system/framework/com.android.future.usb.accessory.jar))
+$(eval $(call build-art-cache-oat,system/framework/com.android.location.provider.jar))
+$(eval $(call build-art-cache-oat,system/framework/ime.jar))
+$(eval $(call build-art-cache-oat,system/framework/input.jar))
+$(eval $(call build-art-cache-oat,system/framework/javax.obex.jar))
+$(eval $(call build-art-cache-oat,system/framework/monkey.jar))
+$(eval $(call build-art-cache-oat,system/framework/pm.jar))
+$(eval $(call build-art-cache-oat,system/framework/send_bug.jar))
+$(eval $(call build-art-cache-oat,system/framework/svc.jar))
+
+else
+
 $(warning do not know what jars to compile for $(TARGET_PRODUCT))
 
 endif
@@ -432,6 +507,8 @@
 
 endif
 
+endif
+
 .PHONY: oat-target-sync
 oat-target-sync: $(ART_TARGET_DEPENDENCIES) $(TARGET_BOOT_OAT) $(ART_CACHE_OATS)
 	adb remount