aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de>2016-08-16 00:13:56 +0200
committerJan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de>2016-08-16 00:13:56 +0200
commit08936b818719f708631f36a81265df4ae9836e9d (patch)
tree4aee9eb6c3507dd02f81e0701c3c6e210a470728
parentb9c0731a4b1ad583bffcf16b82fc2ff45bafe9df (diff)
move Engineer Mode to common
-rw-r--r--prebuilt/Android.mk13
-rw-r--r--prebuilt/app/EngineerMode/EngineerMode.apkbin0 -> 1415874 bytes
2 files changed, 13 insertions, 0 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk
new file mode 100644
index 0000000..43e06d8
--- /dev/null
+++ b/prebuilt/Android.mk
@@ -0,0 +1,13 @@
+# We need these apps to be signed with platform cerificate, so let's use the build system
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := EngineerMode
+#LOCAL_MODULE_OWNER := qcom
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_CERTIFICATE := platform
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_SRC_FILES := app/EngineerMode/EngineerMode.apk
+LOCAL_MODULE_PATH := $(PRODUCT_OUT)/system/app
+include $(BUILD_PREBUILT) \ No newline at end of file
diff --git a/prebuilt/app/EngineerMode/EngineerMode.apk b/prebuilt/app/EngineerMode/EngineerMode.apk
new file mode 100644
index 0000000..f111840
--- /dev/null
+++ b/prebuilt/app/EngineerMode/EngineerMode.apk
Binary files differ