diff --git a/audio/aidl/device_framework_matrix_product.xml b/audio/aidl/device_framework_matrix_product.xml index 3079aab..0e7e998 100644 --- a/audio/aidl/device_framework_matrix_product.xml +++ b/audio/aidl/device_framework_matrix_product.xml @@ -9,7 +9,7 @@ vendor.google.whitechapel.audio.extension - 2 + 3 IAudioExtension default diff --git a/gpu/gpu.mk b/gpu/gpu.mk index 0dd50e5..4b11e13 100644 --- a/gpu/gpu.mk +++ b/gpu/gpu.mk @@ -2,7 +2,7 @@ BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/gpu/sepolicy PRODUCT_PACKAGES += gpu_probe -USE_MAPPER5 := false +USE_MAPPER5 := true PRODUCT_PACKAGES += pixel_gralloc_allocator PRODUCT_PACKAGES += pixel_gralloc_mapper diff --git a/sepolicy/Android.bp b/sepolicy/Android.bp new file mode 100644 index 0000000..160e494 --- /dev/null +++ b/sepolicy/Android.bp @@ -0,0 +1,5 @@ +se_flags { + name: "usb_udc_sysfs_selinux_flags", + flags: ["RELEASE_USB_UDC_SYSFS_SELINUX_POLICY_ENABLED"], + export_to: ["all_selinux_flags"], +}