From 43b653793de62bcac23b249ada20918f144f69ec Mon Sep 17 00:00:00 2001 From: Becky Wen Date: Wed, 23 Oct 2024 10:25:58 -0700 Subject: [PATCH] Create a filegroup for heap_profile Test: N/A Bug: 373882447 Change-Id: I2ffa35a2c046edde237d2414abc4383bbf1e02dc --- Android.bp | 7 +++++++ Android.bp.extras | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Android.bp b/Android.bp index 0c31cbd3ef..5b5be1a536 100644 --- a/Android.bp +++ b/Android.bp @@ -18070,3 +18070,10 @@ phony { "trigger_perfetto", ], } + +filegroup { + name: "heap_profile", + srcs: [ + "tools/heap_profile", + ], +} diff --git a/Android.bp.extras b/Android.bp.extras index 75f8b32fbb..f79e0f0af5 100644 --- a/Android.bp.extras +++ b/Android.bp.extras @@ -249,3 +249,10 @@ phony { "trigger_perfetto", ], } + +filegroup { + name: "heap_profile", + srcs: [ + "tools/heap_profile", + ], +}