commit | d1538461a7e4508ad52c290fe584b2924cc1d4b7 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <bwidawsk@google.com> | Wed Oct 09 10:25:38 2024 -0700 |
committer | Ben Widawsky <bwidawsk@google.com> | Wed Oct 09 10:52:48 2024 -0700 |
tree | e37b872e6d4217f54306e8f692486eb5e032835c | |
parent | dce984fda4f17f62b82b5160cec6a8ac8729747d [diff] |
SF: Move logtags Now that there is no longer any EventLog infra, remove unnecessary directory to keep things tidier. Bug: 241394120 Flag: EXEMPT refactor Test: presubmit Change-Id: Ib7ca00ea4adeebffead5cbdd9241fb5f376d0f4f
diff --git a/services/surfaceflinger/Android.bp b/services/surfaceflinger/Android.bp index 8161b47..7babd17 100644 --- a/services/surfaceflinger/Android.bp +++ b/services/surfaceflinger/Android.bp
@@ -278,7 +278,7 @@ "libSurfaceFlingerProp", ], - logtags: ["EventLog/EventLogTags.logtags"], + logtags: ["surfaceflinger.logtags"], } subdirs = [
diff --git a/services/surfaceflinger/EventLog/EventLogTags.logtags b/services/surfaceflinger/surfaceflinger.logtags similarity index 100% rename from services/surfaceflinger/EventLog/EventLogTags.logtags rename to services/surfaceflinger/surfaceflinger.logtags