diff --git a/caiman/BoardConfig.mk b/caiman/BoardConfig.mk index b03eae47..ca29fa5b 100644 --- a/caiman/BoardConfig.mk +++ b/caiman/BoardConfig.mk @@ -24,5 +24,6 @@ include device/google/caimito/device-caimito-common.mk include device/google/zumapro/BoardConfig-common.mk -include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/caiman/proprietary/BoardConfigVendor.mk include device/google/caimito-sepolicy/caiman-sepolicy.mk include device/google/caimito/wifi/BoardConfig-wifi.mk diff --git a/device-caiman.mk b/device-caiman.mk index 67fcf9ac..5f6f302b 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -29,6 +29,7 @@ endif $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-caiman.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/caiman/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/caiman/device-vendor-caiman.mk) $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk) diff --git a/device-komodo.mk b/device-komodo.mk index 4411ce5e..6ddaf743 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -29,6 +29,7 @@ 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/zumapro/proprietary/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google_devices/komodo/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) diff --git a/device-tokay.mk b/device-tokay.mk index e4aaac46..f4ca04c2 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -20,6 +20,7 @@ TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-tokay.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/tokay/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/tokay/device-vendor-tokay.mk) ifeq ($(filter factory_tokay, $(TARGET_PRODUCT)),) diff --git a/komodo/BoardConfig.mk b/komodo/BoardConfig.mk index 5af5ff64..7ec39a22 100644 --- a/komodo/BoardConfig.mk +++ b/komodo/BoardConfig.mk @@ -24,5 +24,6 @@ include device/google/caimito/device-caimito-common.mk include device/google/zumapro/BoardConfig-common.mk -include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/komodo/proprietary/BoardConfigVendor.mk include device/google/caimito-sepolicy/komodo-sepolicy.mk include device/google/caimito/wifi/BoardConfig-wifi.mk diff --git a/tokay/BoardConfig.mk b/tokay/BoardConfig.mk index 9e5de46f..d09779b9 100644 --- a/tokay/BoardConfig.mk +++ b/tokay/BoardConfig.mk @@ -24,5 +24,6 @@ include device/google/caimito/device-caimito-common.mk include device/google/zumapro/BoardConfig-common.mk -include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/tokay/proprietary/BoardConfigVendor.mk include device/google/caimito-sepolicy/tokay-sepolicy.mk include device/google/caimito/wifi/BoardConfig-wifi.mk