-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test: N/A Bug: 373882447 Change-Id: I2ffa35a2c046edde237d2414abc4383bbf1e02dc
- Loading branch information
Becky Wen
committed
Oct 25, 2024
1 parent
fbccf99
commit 43b6537
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18070,3 +18070,10 @@ phony { | |
"trigger_perfetto", | ||
], | ||
} | ||
|
||
filegroup { | ||
name: "heap_profile", | ||
srcs: [ | ||
"tools/heap_profile", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,3 +249,10 @@ phony { | |
"trigger_perfetto", | ||
], | ||
} | ||
|
||
filegroup { | ||
name: "heap_profile", | ||
srcs: [ | ||
"tools/heap_profile", | ||
], | ||
} |