Enable PKVM memory reclaim on P23 devices

Memory reclaim can be supported now that P23 devices run on
android14-5.15 kernel.

Bug: 264994862
Test: atest MicrodroidBenchmarks
Change-Id: Ibf7d11c48dfdbf90d966b3a7402afe34b682d7f2
This commit is contained in:
Keir Fraser 2023-01-10 13:02:33 +00:00
parent 9fe3d13155
commit 80a734c75e
3 changed files with 10 additions and 0 deletions

View file

@ -270,3 +270,6 @@ endif
PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow=true \
# PKVM Memory Reclaim
PRODUCT_VENDOR_PROPERTIES += \
hypervisor.memory_reclaim.supported=1

View file

@ -241,3 +241,7 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.chirp.enabled=1 \
ro.vendor.vibrator.hal.device.mass=0.222 \
ro.vendor.vibrator.hal.loc.coeff=2.8
# PKVM Memory Reclaim
PRODUCT_VENDOR_PROPERTIES += \
hypervisor.memory_reclaim.supported=1

View file

@ -261,3 +261,6 @@ endif
PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow=true \
# PKVM Memory Reclaim
PRODUCT_VENDOR_PROPERTIES += \
hypervisor.memory_reclaim.supported=1