Skip to content

Commit

Permalink
Create a filegroup for heap_profile
Browse files Browse the repository at this point in the history
Test: N/A
Bug: 373882447
Change-Id: I2ffa35a2c046edde237d2414abc4383bbf1e02dc
  • Loading branch information
Becky Wen committed Oct 25, 2024
1 parent fbccf99 commit 43b6537
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -18070,3 +18070,10 @@ phony {
"trigger_perfetto",
],
}

filegroup {
name: "heap_profile",
srcs: [
"tools/heap_profile",
],
}
7 changes: 7 additions & 0 deletions Android.bp.extras
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,10 @@ phony {
"trigger_perfetto",
],
}

filegroup {
name: "heap_profile",
srcs: [
"tools/heap_profile",
],
}

0 comments on commit 43b6537

Please sign in to comment.