From 4bc4078a13de3b9b979eb280aa30bdc4889b249e Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Sat, 11 Dec 2021 18:37:38 +0900 Subject: [PATCH] a10: update vendor pathes for vt Signed-off-by: roynatech2544 --- a10/device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a10/device.mk b/a10/device.mk index 3e2e356..ad16e91 100644 --- a/a10/device.mk +++ b/a10/device.mk @@ -3,7 +3,7 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay # Inherit common device configuration $(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk) -$(call inherit-product, vendor/samsung/a10/a10-vendor.mk) +$(call inherit-product, vendor/samsung/a10-arm64/a10-vendor.mk) $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)