Added Sideload Launcher

This commit is contained in:
Mr Jenkins 2016-08-27 01:57:56 +02:00
parent 473c8812f9
commit 0b62d6e483
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := SideloadLauncher
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_PATH := $(TARGET_OUT)/preinstall
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_SRC_FILES := SideloadLauncher.apk
include $(BUILD_PREBUILT)

View file

@ -20,7 +20,8 @@ PRODUCT_PACKAGES += \
SuperSU \
ESFileExplorer \
VideoPlayer \
Bluetooth
Bluetooth \
SideloadLauncher
PRODUCT_PACKAGES += \
hdmi_cec.tulip