Don't use default wallpaper when factory build

Bug: 325990173
Test: Build pass; Manual
Change-Id: I59229cb7bb3bd5fce4d3b5437718a35cc74f25cc
This commit is contained in:
John Pan 2024-02-20 15:41:10 +08:00
parent 53c3cfdb86
commit bdd387ef40

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)