move Engineer Mode to common

This commit is contained in:
Jan Engelmohr 2016-08-16 00:13:56 +02:00
parent b9c0731a4b
commit 08936b8187
2 changed files with 13 additions and 0 deletions

13
prebuilt/Android.mk Normal file
View File

@ -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)

Binary file not shown.