aboutsummaryrefslogtreecommitdiffstats
path: root/DeviceSettings/Android.mk
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-08-09 19:47:13 +0200
committercodeworkx <codeworkx@cyanogenmod.org>2013-08-09 19:47:13 +0200
commit5b29f84146d6af2f9bb6cfb788e658d563c37dea (patch)
tree3dd273b9874ad6a7d41a7410c4e4c0acefd5f496 /DeviceSettings/Android.mk
parentaf032587350217c29ddb117dcb85788fed7f3d13 (diff)
downloaddevice_samsung_espressowifi-5b29f84146d6af2f9bb6cfb788e658d563c37dea.zip
device_samsung_espressowifi-5b29f84146d6af2f9bb6cfb788e658d563c37dea.tar.gz
device_samsung_espressowifi-5b29f84146d6af2f9bb6cfb788e658d563c37dea.tar.bz2
p3100: remove DeviceSettings
Change-Id: I0229dfdc30165e4d23bf7b4347075e54d4980eb5
Diffstat (limited to 'DeviceSettings/Android.mk')
-rw-r--r--DeviceSettings/Android.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/DeviceSettings/Android.mk b/DeviceSettings/Android.mk
deleted file mode 100644
index 67ee3a6..0000000
--- a/DeviceSettings/Android.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_MODULE_TAGS := optional
-
-LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
-
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
-LOCAL_PACKAGE_NAME := GalaxyTab2Settings
-LOCAL_CERTIFICATE := platform
-
-include $(BUILD_PACKAGE)
-
-include $(call all-makefiles-under,$(LOCAL_PATH))