summaryrefslogtreecommitdiffstats
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
parentda6e595c73cf7c8c45d5933ce0f2efe50229cf33 (diff)
downloadandroid_vendor_qcom_opensource_cryptfs_hw-6e3227e42a45e26fc97ad46fd65541cab63032e8.tar.gz
android_vendor_qcom_opensource_cryptfs_hw-6e3227e42a45e26fc97ad46fd65541cab63032e8.tar.bz2
android_vendor_qcom_opensource_cryptfs_hw-6e3227e42a45e26fc97ad46fd65541cab63032e8.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
-rw-r--r--Android.mk4
-rwxr-xr-xcryptfs_hw.c2
2 files changed, 4 insertions, 2 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/
diff --git a/cryptfs_hw.c b/cryptfs_hw.c
index 214713c..c7b1b30 100755
--- a/cryptfs_hw.c
+++ b/cryptfs_hw.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014, 2017, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are