Skip to content

Commit ae951b9

Browse files
author
Michael Krehan
committed
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
1 parent d0b8504 commit ae951b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/tracing_perfetto/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package {
2121
default_applicable_licenses: ["frameworks_native_license"],
2222
}
2323

24-
cc_library_shared {
24+
cc_library {
2525
name: "libtracing_perfetto",
2626
export_include_dirs: [
2727
"include",

0 commit comments

Comments
 (0)