diff options
author | 2024-12-20 08:13:11 -0800 | |
---|---|---|
committer | 2024-12-20 08:15:06 -0800 | |
commit | ae951b9c301d8c16a0aa314c0e07c97bd1824e2b (patch) | |
tree | 9ab0311191cbad2bd781b6159a16203e4b94b83d | |
parent | d0b8504b4892bb18e1d3a0f4706049a24b36782a (diff) |
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
-rw-r--r-- | libs/tracing_perfetto/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/tracing_perfetto/Android.bp b/libs/tracing_perfetto/Android.bp index 8bd0d0f33d..c7910668db 100644 --- a/libs/tracing_perfetto/Android.bp +++ b/libs/tracing_perfetto/Android.bp @@ -21,7 +21,7 @@ package { default_applicable_licenses: ["frameworks_native_license"], } -cc_library_shared { +cc_library { name: "libtracing_perfetto", export_include_dirs: [ "include", |