Merge "Don't use default wallpaper when factory build" into main

This commit is contained in:
John Pan 2024-02-22 05:23:36 +00:00 committed by Android (Google) Code Review
commit 2de6983945

View file

@ -29,10 +29,13 @@ $(call inherit-product-if-exists, vendor/google_devices/comet/prebuilts/device-v
$(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/comet/proprietary/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/comet/proprietary/WallpapersComet.mk)
$(call inherit-product-if-exists, vendor/google_devices/comet/proprietary/comet/device-vendor-comet.mk)
$(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
ifeq ($(filter factory_comet, $(TARGET_PRODUCT)),)
$(call inherit-product-if-exists, vendor/google_devices/comet/proprietary/WallpapersComet.mk)
endif
DEVICE_PACKAGE_OVERLAYS += device/google/comet/comet/overlay
ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL),true)