diff --git a/device-lynx.mk b/device-lynx.mk index ec845a1..dd39427 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -21,6 +21,7 @@ $(call inherit-product-if-exists, vendor/google_devices/lynx/prebuilts/device-ve $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/lynx/proprietary/lynx/device-vendor-lynx.mk) +$(call inherit-product-if-exists, vendor/google_devices/lynx/proprietary/device-vendor.mk) DEVICE_PACKAGE_OVERLAYS += device/google/lynx/lynx/overlay diff --git a/lynx/BoardConfig.mk b/lynx/BoardConfig.mk index d1bcc45..616a01a 100644 --- a/lynx/BoardConfig.mk +++ b/lynx/BoardConfig.mk @@ -21,5 +21,6 @@ USES_DEVICE_GOOGLE_LYNX := true include device/google/gs201/BoardConfig-common.mk -include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/lynx/proprietary/BoardConfigVendor.mk include device/google/lynx-sepolicy/lynx-sepolicy.mk -include device/google/gs201/wifi/qcom/BoardConfig-wifi.mk \ No newline at end of file +include device/google/gs201/wifi/qcom/BoardConfig-wifi.mk