summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-10-20 01:00:27 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2011-10-20 01:03:06 +0200
commit84eaf6f9151216251c63caa0e7e4427640b2946d (patch)
tree64bf55a2d180cd0f4e44cd44eba3561462306517 /Android.mk
downloadandroid_packages_apps_SamsungServiceMode-84eaf6f9151216251c63caa0e7e4427640b2946d.tar.gz
android_packages_apps_SamsungServiceMode-84eaf6f9151216251c63caa0e7e4427640b2946d.tar.bz2
android_packages_apps_SamsungServiceMode-84eaf6f9151216251c63caa0e7e4427640b2946d.zip
Initial commit: Add SamsungServiceMode
This is an interface to the radio's control interface. The application is accessable via *#*#197328640#*#* (or an easier to remember submenu of it is accessable via *#*#0011#*#* and use back to get to the main menu).
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..5e1512c
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,18 @@
+LOCAL_PATH:= $(call my-dir)
+
+ifneq ($(TARGET_SIMULATOR),true)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_PACKAGE_NAME := SamsungServiceMode
+LOCAL_CERTIFICATE := platform
+
+include $(BUILD_PACKAGE)
+
+# Build the test package
+include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif # TARGET_SIMULATOR