diff --git a/BoardConfig.mk b/BoardConfig.mk index 0b92a4a..142d5d3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,5 +30,5 @@ TARGET_RECOVERY_FSTAB = device/asus/deb/rootdir/etc/fstab.deb BOARD_VENDOR_SEPOLICY_DIRS += device/asus/deb/sepolicy --include vendor/asus/deb/BoardConfigVendor.mk +include vendor/asus/deb/BoardConfigVendor.mk include device/asus/flo/BoardConfigCommon.mk diff --git a/device.mk b/device.mk index 314b996..638c67b 100644 --- a/device.mk +++ b/device.mk @@ -38,7 +38,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ $(call inherit-product, device/asus/flo/device-common.mk) # inherit from the non-open-source side, if present -$(call inherit-product-if-exists, vendor/asus/deb/deb-vendor.mk) +$(call inherit-product, vendor/asus/deb/deb-vendor.mk) DEVICE_PACKAGE_OVERLAYS += \ device/asus/deb/overlay