Merge "device: support new platform" into udc-qpr-dev am: f49dfed480
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zumapro/+/24404968 Change-Id: Ie4688cad99fa077725135acc130bf78a81b3bea6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
81c1cab615
1 changed files with 7 additions and 7 deletions
14
device.mk
14
device.mk
|
@ -39,9 +39,7 @@ include device/google/gs-common/misc_writer/misc_writer.mk
|
||||||
|
|
||||||
include device/google/zumapro/dumpstate/item.mk
|
include device/google/zumapro/dumpstate/item.mk
|
||||||
|
|
||||||
# TODO(b/272725898): Needs to check with owner later
|
TARGET_BOARD_PLATFORM := zumapro
|
||||||
$(warning TARGET_BOARD_PLATFORM set to zuma on zumapro target)
|
|
||||||
TARGET_BOARD_PLATFORM := zuma
|
|
||||||
ALLOW_MISSING_DEPENDENCIES := true
|
ALLOW_MISSING_DEPENDENCIES := true
|
||||||
|
|
||||||
AB_OTA_POSTINSTALL_CONFIG += \
|
AB_OTA_POSTINSTALL_CONFIG += \
|
||||||
|
@ -223,8 +221,10 @@ TARGET_USES_VULKAN = true
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
vendor/arm/mali/valhall
|
vendor/arm/mali/valhall
|
||||||
|
|
||||||
$(call soong_config_set,pixel_mali,soc,$(TARGET_BOARD_PLATFORM))
|
$(call soong_config_set,pixel_mali,soc,zuma)
|
||||||
$(call soong_config_set,arm_gralloc,soc,$(TARGET_BOARD_PLATFORM))
|
# TODO (b/297408842): The gralloc is being open-sourced, and we cannot pass
|
||||||
|
# "zumapro" as SOC to build it. Pass "zuma" as SOC for now.
|
||||||
|
$(call soong_config_set,arm_gralloc,soc,zuma)
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
csffw_image_prebuilt__firmware_prebuilt_ttux_mali_csffw.bin \
|
csffw_image_prebuilt__firmware_prebuilt_ttux_mali_csffw.bin \
|
||||||
|
@ -734,7 +734,7 @@ endif
|
||||||
# Video
|
# Video
|
||||||
PRODUCT_SOONG_NAMESPACES += vendor/google/media/bigwave
|
PRODUCT_SOONG_NAMESPACES += vendor/google/media/bigwave
|
||||||
|
|
||||||
$(call soong_config_set,bigw,soc,$(TARGET_BOARD_PLATFORM))
|
$(call soong_config_set,bigw,soc,zuma)
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
google.hardware.media.c2@2.0-service \
|
google.hardware.media.c2@2.0-service \
|
||||||
|
@ -997,7 +997,7 @@ include device/google/gs-common/audio/hidl_zuma.mk
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
vendor/google/whitechapel/aoc
|
vendor/google/whitechapel/aoc
|
||||||
|
|
||||||
$(call soong_config_set,aoc,target_soc,$(TARGET_BOARD_PLATFORM))
|
$(call soong_config_set,aoc,target_soc,zuma)
|
||||||
$(call soong_config_set,aoc,target_product,$(TARGET_PRODUCT))
|
$(call soong_config_set,aoc,target_product,$(TARGET_PRODUCT))
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue