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

Commit ae951b9c authored by Michael Krehan's avatar Michael Krehan
Browse files

Allow libtracing_perfetto static and shared linkage.

The library is not available on architectures/devices, so some targets may need to link statically to ensure that it's available.


Bug: 373924379
Change-Id: Ie3395c67f10888c1a081b1405417b8a1da3840ed
Flag: EXEMPT, just a blueprint change with no effective difference yet
parent d0b8504b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ package {
    default_applicable_licenses: ["frameworks_native_license"],
}

cc_library_shared {
cc_library {
    name: "libtracing_perfetto",
    export_include_dirs: [
        "include",