summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAnilKumar Chimata <anilc@codeaurora.org>2017-05-25 13:17:05 +0530
committerRashed Abdel-Tawab <rashed@linux.com>2017-10-08 13:00:09 -0400
commit6e3227e42a45e26fc97ad46fd65541cab63032e8 (patch)
treea3e88408918eb2968d2aabf836933921efca8758 /Android.mk
parentda6e595c73cf7c8c45d5933ce0f2efe50229cf33 (diff)
downloadandroid_vendor_qcom_opensource_cryptfs_hw-lineage-15.0.tar.gz
android_vendor_qcom_opensource_cryptfs_hw-lineage-15.0.tar.bz2
android_vendor_qcom_opensource_cryptfs_hw-lineage-15.0.zip
cryptfs_hw: Add liblog for logginglineage-15.0
Add liblog to cryptfs_hw to compile the adb log message related functions to enable logging. Change-Id: Ibc6b8617431cae687d964d1ab56ac25e1b1b96f2
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8a475a0..3a17c6f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,7 +9,9 @@ commonSharedLibraries := \
libcutils \
libutils \
libdl \
- libhardware
+ libhardware \
+ liblog
+
commonIncludes := \
hardware/libhardware/include/hardware/