aboutsummaryrefslogtreecommitdiff
path: root/evs/sampleDriver/EvsEnumerator.cpp
diff options
context:
space:
mode:
authorScott Randolph <randolphs@google.com>2017-06-07 17:51:10 -0700
committerScott Randolph <randolphs@google.com>2017-06-07 17:51:10 -0700
commit14f0f7bc8d9acf432e5f5dd60b30f3566c47b676 (patch)
tree89b26534ce2781f4cd0f28968f504c3e7a2e2dc2 /evs/sampleDriver/EvsEnumerator.cpp
parentc9d80ac4dcd5d23559ab373693e1e4bfffc245a9 (diff)
downloadCar-14f0f7bc8d9acf432e5f5dd60b30f3566c47b676.tar.gz
Move LOG_TAG #define into .mk file
Put the LOG_TAG definition into the make file so that one value is shared among all source files within each module. Test: Build and run Change-Id: I665b937e79964eb281dabfbfe7948a5d855e3e70
Diffstat (limited to 'evs/sampleDriver/EvsEnumerator.cpp')
-rw-r--r--evs/sampleDriver/EvsEnumerator.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/evs/sampleDriver/EvsEnumerator.cpp b/evs/sampleDriver/EvsEnumerator.cpp
index 25b8133b7d..d31f672ddb 100644
--- a/evs/sampleDriver/EvsEnumerator.cpp
+++ b/evs/sampleDriver/EvsEnumerator.cpp
@@ -14,8 +14,6 @@
* limitations under the License.
*/
-#define LOG_TAG "android.hardware.automotive.evs@1.0-display"
-
#include "EvsEnumerator.h"
#include "EvsV4lCamera.h"
#include "EvsGlDisplay.h"