summaryrefslogtreecommitdiffstats
path: root/light/2.0/default/Light.cpp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2016-11-30 13:45:34 -0800
committerYifan Hong <elsk@google.com>2016-12-01 17:47:02 -0800
commitf9d303435d80161fabb16cdff3b8f2f75f362480 (patch)
treebc9c92a118521958e9f94cfacbc7d282cf20b480 /light/2.0/default/Light.cpp
parent558727b38dde251978226b147790d0fe5f2a6ce8 (diff)
downloadplatform_hardware_interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.tar.gz
platform_hardware_interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.tar.bz2
platform_hardware_interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.zip
Update to use the correct logging library.
Test: mma compiles Change-Id: Idb33dea5faaf1a5e54719c2a5a683d2d47e9b8e8
Diffstat (limited to 'light/2.0/default/Light.cpp')
-rw-r--r--light/2.0/default/Light.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/light/2.0/default/Light.cpp b/light/2.0/default/Light.cpp
index eb1f5598d6..f52c6afe23 100644
--- a/light/2.0/default/Light.cpp
+++ b/light/2.0/default/Light.cpp
@@ -13,6 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+#define LOG_TAG "light"
+#include <android/log.h>
+
#include "Light.h"
namespace android {