Move EventLogTags definition in surfaceflinger
Fixes downstream compilation error for arc.
Bug: 168258586
Test: builds
Change-Id: Ieb1398f48c0d52dc89cab18e3432debb483db4e8
diff --git a/services/surfaceflinger/Android.bp b/services/surfaceflinger/Android.bp
index a6a8d2f..b017ad7 100644
--- a/services/surfaceflinger/Android.bp
+++ b/services/surfaceflinger/Android.bp
@@ -227,7 +227,6 @@
"libserviceutils",
"libtrace_proto",
],
- logtags: ["EventLog/EventLogTags.logtags"],
}
filegroup {
@@ -249,6 +248,8 @@
shared_libs: [
"libSurfaceFlingerProp",
],
+
+ logtags: ["EventLog/EventLogTags.logtags"],
}
subdirs = [