From 6e3227e42a45e26fc97ad46fd65541cab63032e8 Mon Sep 17 00:00:00 2001 From: AnilKumar Chimata Date: Thu, 25 May 2017 13:17:05 +0530 Subject: cryptfs_hw: Add liblog for logging Add liblog to cryptfs_hw to compile the adb log message related functions to enable logging. Change-Id: Ibc6b8617431cae687d964d1ab56ac25e1b1b96f2 --- Android.mk | 4 +++- cryptfs_hw.c | 2 +- 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 -- cgit v1.2.3