Snap for 12210778 from 891557370f
to 24Q4-release
Change-Id: I7aecc8f80cc8ca1f68ecf9f71648d7390ff083e4
This commit is contained in:
commit
07bbd31be0
3 changed files with 8 additions and 1 deletions
2
OWNERS
2
OWNERS
|
@ -1,2 +1,2 @@
|
|||
# per-file for Pixel device makefiles, see go/pixel-device-mk-owner-checklist for details.
|
||||
per-file *.mk=file:device/google/gs-common:main:/MK_OWNERS
|
||||
per-file *.mk,{**/,}Android.bp=file:device/google/gs-common:main:/MK_OWNERS
|
||||
|
|
2
conf/OWNERS
Normal file
2
conf/OWNERS
Normal file
|
@ -0,0 +1,2 @@
|
|||
# per-file for Pixel fstab
|
||||
per-file fstab.*=file:device/google/gs-common:main:/FSTAB_OWNERS
|
|
@ -259,8 +259,13 @@ USE_SWIFTSHADER := false
|
|||
# HWUI
|
||||
TARGET_USES_VULKAN = true
|
||||
|
||||
ifeq (,$(realpath $(TOPDIR)vendor/arm/mali/valhall/Android.bp))
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/google_devices/zuma/prebuilts/firmware/gpu
|
||||
else
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/arm/mali/valhall
|
||||
endif
|
||||
|
||||
$(call soong_config_set,pixel_mali,soc,$(TARGET_BOARD_PLATFORM))
|
||||
$(call soong_config_set,arm_gralloc,soc,$(TARGET_BOARD_PLATFORM))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue