From 2f93c04e9dcd675a942cda971c8825605c635568 Mon Sep 17 00:00:00 2001 From: Stricted Date: Sat, 22 Sep 2018 00:24:36 +0200 Subject: [PATCH] universal7580: 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 f991ea2..12edaf7 100644 --- a/device-common.mk +++ b/device-common.mk @@ -64,6 +64,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.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \ -- 2.20.1