Android->vendor:add SchedulePowerOnOff.apk

This commit is contained in:
Guanzl
2017-10-23 19:20:42 +08:00
parent a3ff837be0
commit 8073443dd4
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := ScheduleOnOff
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_BUILT_MODULE_STEM := package.apk
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
#LOCAL_PRIVILEGED_MODULE :=
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
#LOCAL_REQUIRED_MODULES :=
#LOCAL_PREBUILT_JNI_LIBS :=
include $(BUILD_PREBUILT)

Binary file not shown.

View File

@ -3,5 +3,6 @@ PRODUCT_PACKAGES += \
RKApkinstaller \
RKMusic \
RKExplorer \
RKVideoPlayer
RKVideoPlayer \
ScheduleOnOff