commit | f9d303435d80161fabb16cdff3b8f2f75f362480 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Nov 30 13:45:34 2016 -0800 |
committer | Yifan Hong <elsk@google.com> | Thu Dec 01 17:47:02 2016 -0800 |
tree | bc9c92a118521958e9f94cfacbc7d282cf20b480 | |
parent | 558727b38dde251978226b147790d0fe5f2a6ce8 [diff] [blame] |
Update to use the correct logging library. Test: mma compiles Change-Id: Idb33dea5faaf1a5e54719c2a5a683d2d47e9b8e8
diff --git a/broadcastradio/1.0/default/Tuner.cpp b/broadcastradio/1.0/default/Tuner.cpp index 0c1d8ab..27b298b 100644 --- a/broadcastradio/1.0/default/Tuner.cpp +++ b/broadcastradio/1.0/default/Tuner.cpp
@@ -17,7 +17,7 @@ #define LOG_TAG "Tuner" //#define LOG_NDEBUG 0 -#include <utils/Log.h> +#include <android/log.h> #include "BroadcastRadio.h" #include "Tuner.h"