Don't use default wallpaper when factory build
Bug: 325851912 Test: Build pass; Manual Change-Id: I962ea1e1577d32874a0d6dbb2f89dd23e4f1919d
This commit is contained in:
parent
cc3bb2ce4d
commit
1abbab87f9
3 changed files with 12 additions and 3 deletions
|
@ -28,11 +28,14 @@ endif
|
|||
|
||||
$(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-komodo.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersKomodo.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/komodo/device-vendor-komodo.mk)
|
||||
$(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
|
||||
|
||||
ifeq ($(filter factory_komodo, $(TARGET_PRODUCT)),)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersKomodo.mk)
|
||||
endif
|
||||
|
||||
# display
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/caimito/komodo/overlay
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue