apollon: Move TARGET_VENDOR_PROP to BoardConfig.mk

Change-Id: I1ab83ebedff7c58776dc5e891d2bf8bd8eb56058
This commit is contained in:
Sebastiano Barezzi
2021-09-15 12:06:47 +02:00
parent 4db2006775
commit 6bd214baaa
2 changed files with 3 additions and 3 deletions

View File

@@ -24,5 +24,8 @@ TARGET_KERNEL_CONFIG := vendor/apollo_defconfig
# OTA assert
TARGET_OTA_ASSERT_DEVICE := apollon,apollo,apollopro
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Inherit from the proprietary version
include vendor/xiaomi/apollon/BoardConfigVendor.mk

View File

@@ -21,9 +21,6 @@ PRODUCT_COPY_FILES += \
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
# Properties
TARGET_VENDOR_PROP := $(LOCAL_PATH)/vendor.prop
PRODUCT_SHIPPING_API_LEVEL := 29
# Inherit from sm8250-common