aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs/ddmuilib/src/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ddms/libs/ddmuilib/src/Android.mk')
-rw-r--r--ddms/libs/ddmuilib/src/Android.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/ddms/libs/ddmuilib/src/Android.mk b/ddms/libs/ddmuilib/src/Android.mk
deleted file mode 100644
index cfc1791..0000000
--- a/ddms/libs/ddmuilib/src/Android.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2007 The Android Open Source Project
-#
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := $(call all-subdir-java-files)
-LOCAL_JAVA_RESOURCE_DIRS := resources
-
-LOCAL_JAR_MANIFEST := ../etc/manifest.txt
-
-# If the dependency list is changed, etc/manifest.txt
-# MUST be updated as well (Except for swt.jar which is dynamically
-# added based on whether the VM is 32 or 64 bit)
-LOCAL_JAVA_LIBRARIES := \
- ddmlib \
- swt \
- org.eclipse.jface_3.4.2.M20090107-0800 \
- org.eclipse.equinox.common_3.4.0.v20080421-2006 \
- org.eclipse.core.commands_3.4.0.I20080509-2000 \
- jcommon-1.0.12 \
- jfreechart-1.0.9 \
- jfreechart-1.0.9-swt
-
-LOCAL_MODULE := ddmuilib
-
-include $(BUILD_HOST_JAVA_LIBRARY)
-