Merge "Control the modules built from vendor/google_devices/zumapro/prebuilts/gpu" into main
This commit is contained in:
commit
5313c73063
1 changed files with 6 additions and 0 deletions
|
@ -324,8 +324,14 @@ else
|
||||||
TARGET_USES_VULKAN = true
|
TARGET_USES_VULKAN = true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# "vendor/arm" doesn't exist in PDK build
|
||||||
|
ifeq (,$(realpath $(TOPDIR)vendor/arm/mali/valhall/Android.bp))
|
||||||
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
vendor/google_devices/zumapro/prebuilts/gpu
|
||||||
|
else
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
vendor/arm/mali/valhall
|
vendor/arm/mali/valhall
|
||||||
|
endif
|
||||||
|
|
||||||
$(call soong_config_set,pixel_mali,soc,$(TARGET_BOARD_PLATFORM))
|
$(call soong_config_set,pixel_mali,soc,$(TARGET_BOARD_PLATFORM))
|
||||||
# TODO (b/297408842): The gralloc is being open-sourced, and we cannot pass
|
# TODO (b/297408842): The gralloc is being open-sourced, and we cannot pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue