Merge "emulator: disable system-on-root and kernelBlob support" into qt-dev-plus-aosp
This commit is contained in:
@@ -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
|
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
|
data/misc system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/data/misc
|
||||||
system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
|
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-<abi>.atree now.
|
# Note: the kernel image is handled by sdk-android-<abi>.atree now.
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ GLESDynamicVersion = on
|
|||||||
GLDMA = on
|
GLDMA = on
|
||||||
EncryptUserData = on
|
EncryptUserData = on
|
||||||
IntelPerformanceMonitoringUnit = on
|
IntelPerformanceMonitoringUnit = on
|
||||||
SystemAsRoot = on
|
|
||||||
Wifi = on
|
Wifi = on
|
||||||
KernelDeviceTreeBlobSupport = on
|
|
||||||
HostComposition = on
|
HostComposition = on
|
||||||
|
DynamicPartition = on
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ LogcatPipe = on
|
|||||||
GLAsyncSwap = on
|
GLAsyncSwap = on
|
||||||
GLESDynamicVersion = on
|
GLESDynamicVersion = on
|
||||||
GLDMA = on
|
GLDMA = on
|
||||||
SystemAsRoot = on
|
DynamicPartition = on
|
||||||
|
|||||||
Reference in New Issue
Block a user