mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Initial recovery support
* Symlink partitions * Some flashable zips relies on this, such as opengapps Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: Ibf85283167dab825ad08bed3397923eed9278eca
This commit is contained in:
parent
304c88538a
commit
592e7a19ac
4 changed files with 20 additions and 1 deletions
9
recovery/Android.mk
Normal file
9
recovery/Android.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := init.recovery.exynos7904.rc
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := init.recovery.exynos7904.rc
|
||||
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)
|
||||
include $(BUILD_PREBUILT)
|
||||
Loading…
Reference in a new issue