diff --git a/build/sdk.atree b/build/sdk.atree index 87ad0b53b..e637e8f1b 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -249,6 +249,7 @@ ramdisk.img system-images/${PLATFORM_NAME}/${TARG device/generic/goldfish/data/etc/userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img data/misc system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/data/misc system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop +VerifiedBootParams.textproto system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/VerifiedBootParams.textproto # Note: the kernel image is handled by sdk-android-.atree now. diff --git a/sys-img/advancedFeatures.ini b/sys-img/advancedFeatures.ini index 70dec80ec..e1f8b6ade 100644 --- a/sys-img/advancedFeatures.ini +++ b/sys-img/advancedFeatures.ini @@ -5,7 +5,6 @@ GLESDynamicVersion = on GLDMA = on EncryptUserData = on IntelPerformanceMonitoringUnit = on -SystemAsRoot = on Wifi = on -KernelDeviceTreeBlobSupport = on HostComposition = on +DynamicPartition = on diff --git a/sys-img/advancedFeatures.ini.arm b/sys-img/advancedFeatures.ini.arm index 29c1cf72e..0acc6d557 100644 --- a/sys-img/advancedFeatures.ini.arm +++ b/sys-img/advancedFeatures.ini.arm @@ -3,4 +3,4 @@ LogcatPipe = on GLAsyncSwap = on GLESDynamicVersion = on GLDMA = on -SystemAsRoot = on +DynamicPartition = on