summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/Android.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 10:30:53 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 10:30:53 +0200
commit32c24f332a5acf61bb01d1c90eac448ad82cfce5 (patch)
tree0fa8083bc3808d3d2238c6936da004ab62bf97b8 /DeviceSettings/Android.mk
parent2deaf66c4646e6bca85cd1900798b8bb18cc900c (diff)
downloaddevice_samsung_i9100-32c24f332a5acf61bb01d1c90eac448ad82cfce5.zip
device_samsung_i9100-32c24f332a5acf61bb01d1c90eac448ad82cfce5.tar.gz
device_samsung_i9100-32c24f332a5acf61bb01d1c90eac448ad82cfce5.tar.bz2
i9100: move device settings to common
Change-Id: I5c2d1fe1b8e54ffda62650d4c089443705d26f95
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 7225f50..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 := GalaxyS2Settings
-LOCAL_CERTIFICATE := platform
-
-include $(BUILD_PACKAGE)
-
-include $(call all-makefiles-under,$(LOCAL_PATH))