Don't use default wallpaper when factory build
Bug: 325990173 Test: Build pass; Manual Change-Id: I59229cb7bb3bd5fce4d3b5437718a35cc74f25cc
This commit is contained in:
parent
53c3cfdb86
commit
bdd387ef40
1 changed files with 4 additions and 1 deletions
|
@ -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/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/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/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/google_devices/comet/proprietary/comet/device-vendor-comet.mk)
|
||||||
$(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.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
|
DEVICE_PACKAGE_OVERLAYS += device/google/comet/comet/overlay
|
||||||
|
|
||||||
ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL),true)
|
ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL),true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue