diff --git a/BoardConfig.mk b/BoardConfig.mk index 1c6de8a..bdd374b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -247,5 +247,3 @@ WPA_SUPPLICANT_VERSION := VER_0_8_X # Enable real time lockscreen charging current values BOARD_GLOBAL_CFLAGS += -DBATTERY_REAL_INFO -# Inherit proprietary blobs --include vendor/xiaomi/sm6250-common/BoardConfigVendor.mk diff --git a/device.mk b/device.mk index 0a2a257..bb0afef 100644 --- a/device.mk +++ b/device.mk @@ -8,7 +8,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Inherit proprietary targets -$(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk) $(call inherit-product, vendor/xiaomi/miatoll/miatoll-vendor.mk) # Enable updating of APEXes