From 13108caed2ba4573c36c2d8a1a89c562354d32a0 Mon Sep 17 00:00:00 2001 From: DidntRead Date: Sun, 25 Mar 2018 18:31:37 +0300 Subject: [PATCH] update shims and make them work --- device_A7010a48.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/device_A7010a48.mk b/device_A7010a48.mk index 8a9d37b..6f4aed1 100644 --- a/device_A7010a48.mk +++ b/device_A7010a48.mk @@ -113,11 +113,6 @@ PRODUCT_PACKAGES += \ wpa_supplicant.conf \ muxreport \ terservice - -# Mtk shims -PRODUCT_PACKAGES += \ - libmtkshim_log \ - libmtkshim_audio DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay @@ -187,7 +182,8 @@ PRODUCT_PACKAGES += \ # Shims PRODUCT_PACKAGES += \ - libmtkshim_gui + libmtkshim_gui \ + libmtkshim_audio # Power PRODUCT_PACKAGES += \ -- GitLab