Remove apks from oat-target-sync that aren't built in mysid-userdebug

Change-Id: Icd79e3d4b3a6497c15bf10f97aefcdaeb419bed7
diff --git a/Android.mk b/Android.mk
index eda1e33..df2b843 100644
--- a/Android.mk
+++ b/Android.mk
@@ -155,7 +155,6 @@
 $(eval $(call build-art-cache-oat,system/app/ContactsProvider.apk))
 $(eval $(call build-art-cache-oat,system/app/DefaultContainerService.apk))
 $(eval $(call build-art-cache-oat,system/app/DeskClockGoogle.apk))
-$(eval $(call build-art-cache-oat,system/app/Development.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))
@@ -193,7 +192,6 @@
 $(eval $(call build-art-cache-oat,system/app/Music2.apk))
 $(eval $(call build-art-cache-oat,system/app/MusicFX.apk))
 $(eval $(call build-art-cache-oat,system/app/MyVerizon.apk))
-$(eval $(call build-art-cache-oat,system/app/NetSpeed.apk))
 $(eval $(call build-art-cache-oat,system/app/NetworkLocation.apk))
 $(eval $(call build-art-cache-oat,system/app/Nfc.apk))
 $(eval $(call build-art-cache-oat,system/app/OneTimeInitializer.apk))
@@ -208,10 +206,7 @@
 $(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/SPG.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/Stk.apk))
 $(eval $(call build-art-cache-oat,system/app/Street.apk))
 $(eval $(call build-art-cache-oat,system/app/SyncMLSvc.apk))
@@ -250,6 +245,10 @@
 $(eval $(call build-art-cache-oat,system/framework/send_bug.jar))
 $(eval $(call build-art-cache-oat,system/framework/svc.jar))
 
+ifeq ($(TARGET_BUILD_VARIANT),eng)
+  $(eval $(call build-art-cache-oat,system/app/Development.apk))
+endif
+
 else
 
 ifeq ($(TARGET_PRODUCT),$(filter $(TARGET_PRODUCT),soju sojus))
@@ -270,7 +269,6 @@
 $(eval $(call build-art-cache-oat,system/app/ContactsProvider.apk))
 $(eval $(call build-art-cache-oat,system/app/DefaultContainerService.apk))
 $(eval $(call build-art-cache-oat,system/app/DeskClockGoogle.apk))
-$(eval $(call build-art-cache-oat,system/app/Development.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))
@@ -306,7 +304,6 @@
 $(eval $(call build-art-cache-oat,system/app/Mms.apk))
 $(eval $(call build-art-cache-oat,system/app/Music2.apk))
 $(eval $(call build-art-cache-oat,system/app/MusicFX.apk))
-$(eval $(call build-art-cache-oat,system/app/NetSpeed.apk))
 $(eval $(call build-art-cache-oat,system/app/NetworkLocation.apk))
 $(eval $(call build-art-cache-oat,system/app/Nfc.apk))
 $(eval $(call build-art-cache-oat,system/app/OneTimeInitializer.apk))
@@ -319,9 +316,6 @@
 $(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))
-$(eval $(call build-art-cache-oat,system/app/StingrayProgramMenuSystem.apk))
 $(eval $(call build-art-cache-oat,system/app/Street.apk))
 $(eval $(call build-art-cache-oat,system/app/SystemUI.apk))
 $(eval $(call build-art-cache-oat,system/app/TagGoogle.apk))
@@ -355,6 +349,10 @@
 $(eval $(call build-art-cache-oat,system/framework/send_bug.jar))
 $(eval $(call build-art-cache-oat,system/framework/svc.jar))
 
+ifeq ($(TARGET_BUILD_VARIANT),eng)
+  $(eval $(call build-art-cache-oat,system/app/Development.apk))
+endif
+
 else
 
 ifeq ($(TARGET_PRODUCT),$(filter $(TARGET_PRODUCT),stingray))