f36ea80ea3
Orgianlly, init.vndk-*.rc are placed under system_ext/etc/init. `init` always run all thse .rc files. The patch move these .rc files to system_ext/etc/gsi to avoid the problem. Bug: 185457479 Test: build gsi_arm64-userdebug; check the files under system_ext/ Change-Id: Iee67d6e2e872cf3cb1dd1014925ed0249c1e7e2d
5 lines
132 B
Text
5 lines
132 B
Text
#
|
|
# Android init script for GSI required initialization
|
|
#
|
|
|
|
import /system/system_ext/etc/gsi/init.vndk-${ro.vndk.version:-nodef}.rc
|