summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-05-01 11:00:54 +0100
committerNarayan Kamath <narayan@google.com>2015-05-01 11:00:54 +0100
commit98dcefd36a6751ec2b6b7d846e4d009a880b9746 (patch)
treec10b83bfc52fee8216dd4e3493d9a98a060ae896
parentdae49f641b63d0e5e2197cfbf3f0b0f45e979526 (diff)
downloadandroid_dalvik-98dcefd36a6751ec2b6b7d846e4d009a880b9746.tar.gz
android_dalvik-98dcefd36a6751ec2b6b7d846e4d009a880b9746.tar.bz2
android_dalvik-98dcefd36a6751ec2b6b7d846e4d009a880b9746.zip
Remove libdexdump_static.
Was only used by the fingerprinter, which has now been deleted. Change-Id: I52c251a60ab6a85167fe734626573bc83f86cfcf
-rw-r--r--dexdump/Android.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/dexdump/Android.mk b/dexdump/Android.mk
index d9a06d136..280cab5d5 100644
--- a/dexdump/Android.mk
+++ b/dexdump/Android.mk
@@ -46,17 +46,6 @@ LOCAL_32_BIT_ONLY := true
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_EXECUTABLE)
-include $(CLEAR_VARS)
-LOCAL_MODULE := libdexdump_static
-LOCAL_SRC_FILES := $(dexdump_src_files)
-LOCAL_C_INCLUDES := $(dexdump_c_includes)
-LOCAL_STATIC_LIBRARIES := $(dexdump_static_libraries)
-LOCAL_SHARED_LIBRARIES := libutils
-LOCAL_MODULE_TAGS := optional
-LOCAL_32_BIT_ONLY := true
-LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
-include $(BUILD_STATIC_LIBRARY)
-
endif # !SDK_ONLY