Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e220966 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Deprecate VNDK-lite support from Legacy GSI" am: c45c04e3

Original change: https://android-review.googlesource.com/c/platform/build/+/1382483

Change-Id: I72c5bb499a30a6101c1876c7f8606ec21998182b
parents 36d1a0f3 c45c04e3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -211,3 +211,13 @@ LOCAL_SYSTEM_EXT_MODULE := true
LOCAL_MODULE_RELATIVE_PATH := init

include $(BUILD_PREBUILT)


include $(CLEAR_VARS)
LOCAL_MODULE := init.vndk-nodef.rc
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_MODULE_CLASS := ETC
LOCAL_SYSTEM_EXT_MODULE := true
LOCAL_MODULE_RELATIVE_PATH := init

include $(BUILD_PREBUILT)
+2 −0
Original line number Diff line number Diff line
#
# Android init script for GSI required initialization
#

import /system/system_ext/etc/init/init.vndk-${ro.vndk.version:-nodef}.rc
+0 −3
Original line number Diff line number Diff line
# If ro.vndk.version is not defined, import init.vndk-27.rc.
import /system/etc/init/gsi/init.vndk-${ro.vndk.version:-27}.rc
+0 −3
Original line number Diff line number Diff line
on early-init
    # Set ro.vndk.version to 27 so that O-MR1-VENDOR can run latest GSI.
    setprop ro.vndk.version 27
+3 −0
Original line number Diff line number Diff line
on early-init
    # Must define BOARD_VNDK_VERSION
    exec - root -- /system/bin/reboot bootloader
Loading