diff options
| author | 2017-10-03 17:57:36 -0700 | |
|---|---|---|
| committer | 2017-10-03 17:57:36 -0700 | |
| commit | 5b6e881153143a0c7b613fc7129a11d285c8df26 (patch) | |
| tree | df8f1ac551ca14151633252e930f4c7f8912bb21 | |
| parent | 822cf6a4d02e45050e117e2e6d15059ca09976df (diff) | |
Remove dump-oat-Calculator
$(TARGET_OUT_APPS)/Calculator.odex doesn't exist.
Test: none
Change-Id: I16c39c35f5a72fefa7f2fa1730d16b68cdec63a2
| -rw-r--r-- | oatdump/Android.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/oatdump/Android.mk b/oatdump/Android.mk index aa07d2491a..906404b18c 100644 --- a/oatdump/Android.mk +++ b/oatdump/Android.mk @@ -83,10 +83,3 @@ dump-oat-boot: dump-oat-boot-$(TARGET_ARCH) ifdef TARGET_2ND_ARCH dump-oat-boot: dump-oat-boot-$(TARGET_2ND_ARCH) endif - -.PHONY: dump-oat-Calculator -ifeq ($(ART_BUILD_TARGET_NDEBUG),true) -dump-oat-Calculator: $(TARGET_OUT_APPS)/Calculator.odex $(DEFAULT_DEX_PREOPT_BUILT_IMAGE) $(OATDUMP) - $(OATDUMP) --oat-file=$< --output=$(ART_DUMP_OAT_PATH)/Calculator.oatdump.txt - @echo Output in $(ART_DUMP_OAT_PATH)/Calculator.oatdump.txt -endif |