diff --git a/device-husky.mk b/device-husky.mk index 109c193..442452f 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -28,6 +28,7 @@ $(call inherit-product-if-exists, vendor/google_devices/shusky/prebuilts/device- $(call inherit-product-if-exists, vendor/google_devices/zuma/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zuma/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/shusky/proprietary/husky/device-vendor-husky.mk) +$(call inherit-product-if-exists, vendor/google_devices/husky/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk) # display diff --git a/device-shiba.mk b/device-shiba.mk index 4ffd508..01bbcab 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -24,6 +24,7 @@ $(call inherit-product-if-exists, vendor/google_devices/shusky/prebuilts/device- $(call inherit-product-if-exists, vendor/google_devices/zuma/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zuma/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/shusky/proprietary/shiba/device-vendor-shiba.mk) +$(call inherit-product-if-exists, vendor/google_devices/shiba/proprietary/device-vendor.mk) DEVICE_PACKAGE_OVERLAYS += device/google/shusky/shiba/overlay diff --git a/husky/BoardConfig.mk b/husky/BoardConfig.mk index ef96816..205ca79 100644 --- a/husky/BoardConfig.mk +++ b/husky/BoardConfig.mk @@ -24,5 +24,6 @@ BOARD_KERNEL_CMDLINE += disable_dma32=on include device/google/zuma/BoardConfig-common.mk -include vendor/google_devices/zuma/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/husky/proprietary/BoardConfigVendor.mk include device/google/shusky-sepolicy/husky-sepolicy.mk include device/google/shusky/wifi/BoardConfig-wifi.mk diff --git a/shiba/BoardConfig.mk b/shiba/BoardConfig.mk index 197c691..2acc2a4 100644 --- a/shiba/BoardConfig.mk +++ b/shiba/BoardConfig.mk @@ -24,5 +24,6 @@ BOARD_KERNEL_CMDLINE += disable_dma32=on include device/google/zuma/BoardConfig-common.mk -include vendor/google_devices/zuma/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/shiba/proprietary/BoardConfigVendor.mk include device/google/shusky-sepolicy/shiba-sepolicy.mk include device/google/shusky/wifi/BoardConfig-wifi.mk