diff --git a/akita/BoardConfig.mk b/akita/BoardConfig.mk index b4d4c83..b08f9ea 100644 --- a/akita/BoardConfig.mk +++ b/akita/BoardConfig.mk @@ -32,5 +32,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/akita/proprietary/BoardConfigVendor.mk include device/google/akita-sepolicy/akita-sepolicy.mk include device/google/akita/wifi/BoardConfig-wifi.mk diff --git a/device-akita.mk b/device-akita.mk index dafd43b..8ddec3f 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -21,6 +21,7 @@ $(call inherit-product-if-exists, vendor/google_devices/akita/prebuilts/device-v $(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/akita/proprietary/akita/device-vendor-akita.mk) +$(call inherit-product-if-exists, vendor/google_devices/akita/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/akita/proprietary/WallpapersAkita.mk) DEVICE_PACKAGE_OVERLAYS += device/google/akita/akita/overlay