enforce fully treble and VNDK

This commit is contained in:
Ziyang Zhou
2021-09-20 14:25:04 +08:00
parent 58fd6b3996
commit fad16a4481
6 changed files with 70 additions and 29 deletions

View File

@@ -60,6 +60,7 @@ gpu_setup_host() {
setprop qemu.gles.vendor mesa
setprop ro.hardware.egl mesa
setprop ro.hardware.gralloc gbm
setprop ro.kernel.redroid.fps 30
}
gpu_setup_guest() {
@@ -92,5 +93,8 @@ gpu_setup() {
fi
}
# ?? workaround for ueventd
chmod 0666 /dev/dri/*
gpu_setup