Snap for 9185739 from 7452bfd1b2 to udc-release

Change-Id: I79fcec3bd7202becec2234f98484e739c2de0c26
This commit is contained in:
Android Build Coastguard Worker 2022-10-18 01:02:58 +00:00
commit 90cadc6e88
3 changed files with 3 additions and 2 deletions

View file

@ -129,7 +129,7 @@ BOARD_USES_GRALLOC_ION_SYNC := true
BOARD_USES_SWIFTSHADER := false
# This should be the same value as USE_ANGLE in device.mk
BOARD_USES_ANGLE := true
BOARD_USES_ANGLE := false
# Gralloc4
ifeq ($(BOARD_USES_SWIFTSHADER),true)

View file

@ -378,6 +378,7 @@ on post-fs-data
# Permissions Camera
mkdir /data/vendor/camera 0770 system camera
mkdir /data/vendor/camera/catpipe 0770 system camera
mkdir /data/vendor/camera/video_bokeh_node 0770 system camera
chmod 0755 /sys/kernel/debug/tracing
restorecon /sys/kernel/debug/tracing/trace_marker

View file

@ -203,7 +203,7 @@ endif
USE_SWIFTSHADER := false
# Must match BOARD_USES_ANGLE in BoardConfig.mk
USE_ANGLE := true
USE_ANGLE := false
# HWUI
TARGET_USES_VULKAN = true