diff options
| author | Jan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de> | 2016-08-16 00:13:56 +0200 |
|---|---|---|
| committer | Jan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de> | 2016-08-16 00:13:56 +0200 |
| commit | 08936b818719f708631f36a81265df4ae9836e9d (patch) | |
| tree | 4aee9eb6c3507dd02f81e0701c3c6e210a470728 /prebuilt/Android.mk | |
| parent | b9c0731a4b1ad583bffcf16b82fc2ff45bafe9df (diff) | |
move Engineer Mode to common
Diffstat (limited to 'prebuilt/Android.mk')
| -rw-r--r-- | prebuilt/Android.mk | 13 |
1 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 |
