commit | 6cbbff1516d0c8f9e53be20ce22eae13f6327486 | [log] [tgz] |
---|---|---|
author | Michael Eastwood <mweastwood@google.com> | Thu Dec 09 15:34:35 2021 -0800 |
committer | Michael Eastwood <mweastwood@google.com> | Thu Dec 09 16:28:37 2021 -0800 |
tree | d9539a7281ccd03b1de0260da9295f0ac8843f90 | |
parent | 4d37a2c7619497cb339efdd820cfb1aeccf582ca [diff] [blame] |
Allow libperfetto_client_experimental to be used with vendor and host-supported code Bug: 202848252 Test: Successfully linked against camera vendor code Change-Id: I4903ee4fea587b1099a3f7ad4766d7061f546605
diff --git a/Android.bp b/Android.bp index 57ce922..095e9a6 100644 --- a/Android.bp +++ b/Android.bp
@@ -744,6 +744,8 @@ shared_libs: [ "liblog", ], + host_supported: true, + vendor_available: true, export_include_dirs: [ "include", "include/perfetto/base/build_configs/android_tree",