Skip to content

Commit

Permalink
Merge "Modify trace redactor target to be included in module apex" in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
LalitMaganti authored and Gerrit Code Review committed Nov 15, 2024
2 parents 0fd224e + 1554c9d commit 5bb3412
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -17078,6 +17078,11 @@ cc_binary {
cflags: [
"-DZLIB_IMPLEMENTATION",
],
apex_available: [
"//apex_available:platform",
"com.android.profiling",
],
min_sdk_version: "35",
}

// GN: //src/traceconv:traceconv
Expand Down
7 changes: 7 additions & 0 deletions tools/gen_android_bp
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,13 @@ additional_args = {
],
'libperfetto': [('export_include_dirs', {'include', buildflags_dir}),],
'perfetto': [('required', {'perfetto_persistent_cfg.pbtxt'}),],
'trace_redactor': [
('min_sdk_version', '35'),
('apex_available', {
'//apex_available:platform',
'com.android.profiling'
}),
],
}


Expand Down

0 comments on commit 5bb3412

Please sign in to comment.