From 922e2dee112fcc365d938233eef5dfb243832cfb Mon Sep 17 00:00:00 2001 From: Stricted Date: Sat, 22 Sep 2018 00:24:36 +0200 Subject: [PATCH] universal8895: build memtrack hidl inplementation Change-Id: I4941d0851aea34e934720e67c1e040b9a20b0ba3 --- device-common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-common.mk b/device-common.mk index 2f2f017..e902999 100644 --- a/device-common.mk +++ b/device-common.mk @@ -57,6 +57,10 @@ PRODUCT_COPY_FILES += \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml +# Memory +PRODUCT_PACKAGES += \ + android.hardware.memtrack@1.0-impl + # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \ -- 2.20.1