diff --git a/cheetah/BoardConfig.mk b/cheetah/BoardConfig.mk index ebdccbe..24427f9 100644 --- a/cheetah/BoardConfig.mk +++ b/cheetah/BoardConfig.mk @@ -21,5 +21,6 @@ USES_DEVICE_GOOGLE_CLOUDRIPPER := true include device/google/gs201/BoardConfig-common.mk -include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/cheetah/proprietary/BoardConfigVendor.mk include device/google/pantah-sepolicy/cheetah-sepolicy.mk include device/google/pantah/wifi/BoardConfig-wifi.mk diff --git a/device-cheetah.mk b/device-cheetah.mk index 179b388..82c94ad 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -21,6 +21,7 @@ $(call inherit-product-if-exists, vendor/google_devices/pantah/prebuilts/device- $(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/pantah/proprietary/cheetah/device-vendor-cheetah.mk) +$(call inherit-product-if-exists, vendor/google_devices/cheetah/proprietary/device-vendor.mk) DEVICE_PACKAGE_OVERLAYS += device/google/pantah/cheetah/overlay diff --git a/device-panther.mk b/device-panther.mk index 34961ac..2474705 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -21,6 +21,7 @@ $(call inherit-product-if-exists, vendor/google_devices/pantah/prebuilts/device- $(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/pantah/proprietary/panther/device-vendor-panther.mk) +$(call inherit-product-if-exists, vendor/google_devices/panther/proprietary/device-vendor.mk) DEVICE_PACKAGE_OVERLAYS += device/google/pantah/panther/overlay diff --git a/panther/BoardConfig.mk b/panther/BoardConfig.mk index 3819290..ba67db1 100644 --- a/panther/BoardConfig.mk +++ b/panther/BoardConfig.mk @@ -21,5 +21,6 @@ USES_DEVICE_GOOGLE_CLOUDRIPPER := true include device/google/gs201/BoardConfig-common.mk -include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/panther/proprietary/BoardConfigVendor.mk include device/google/pantah-sepolicy/panther-sepolicy.mk include device/google/pantah/wifi/BoardConfig-wifi.mk