Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27f9ac21 authored by yangbill's avatar yangbill
Browse files

Convert trace_config_multi_user.textproto to soong

Move the module from platform_testing/scripts/perfetto-setup/Android.mk
to this location to make it more reasonable that the source is just next
to the module itself.

Bug: 343141986
Test: m trace_config_multi_user.textproto
Change-Id: I53b2df2fc581cfcc765d49256a8f3a7e4cb8c80f
parent 72719079
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -45,3 +45,8 @@ filegroup {
        "trace_configs/trace_config_multi_user.textproto",
    ],
}

prebuilt_etc {
    name: "trace_config_multi_user.textproto",
    src: ":multi_user_trace_config",
}