Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit fb1161c

Browse files
committed
emulator: disable system-on-root and kernelBlob support
BUG: 125540538 Change-Id: I68895c39c4f48f53077a4e766718c63b1d1da91a
1 parent a43fb8e commit fb1161c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/sdk.atree

+1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ ramdisk.img system-images/${PLATFORM_NAME}/${TARG
249249
device/generic/goldfish/data/etc/userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img
250250
data/misc system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/data/misc
251251
system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
252+
VerifiedBootParams.textproto system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/VerifiedBootParams.textproto
252253

253254
# Note: the kernel image is handled by sdk-android-<abi>.atree now.
254255

sys-img/advancedFeatures.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ GLESDynamicVersion = on
55
GLDMA = on
66
EncryptUserData = on
77
IntelPerformanceMonitoringUnit = on
8-
SystemAsRoot = on
98
Wifi = on
10-
KernelDeviceTreeBlobSupport = on
119
HostComposition = on
10+
DynamicPartition = on

sys-img/advancedFeatures.ini.arm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ LogcatPipe = on
33
GLAsyncSwap = on
44
GLESDynamicVersion = on
55
GLDMA = on
6-
SystemAsRoot = on
6+
DynamicPartition = on

0 commit comments

Comments
 (0)