Remove dump-oat-Calculator

Change-Id: I07da279b537c8a29ce7ef61b76eec4d250bed05f
diff --git a/Android.mk b/Android.mk
index 14a7679..097dd08 100644
--- a/Android.mk
+++ b/Android.mk
@@ -274,7 +274,7 @@
 # oatdump targets
 
 .PHONY: dump-oat
-dump-oat: dump-oat-core dump-oat-boot dump-oat-Calculator
+dump-oat: dump-oat-core dump-oat-boot
 
 .PHONY: dump-oat-core
 dump-oat-core: dump-oat-core-host dump-oat-core-target
@@ -294,12 +294,6 @@
 	$(OATDUMP) --image=$(TARGET_BOOT_IMG_OUT) --output=/tmp/boot.oatdump.txt
 	@echo Output in /tmp/boot.oatdump.txt
 
-.PHONY: dump-oat-Calculator
-dump-oat-Calculator: $(call art-cache-out,system/app/Calculator.apk.oat) $(TARGET_BOOT_IMG_OUT) $(OATDUMP)
-	$(OATDUMP) --oat-file=$< --output=/tmp/Calculator.oatdump.txt
-	@echo Output in /tmp/Calculator.oatdump.txt
-
-
 ########################################################################
 # cpplint target