From c4dc97b468b2b606e912a1db91abb9192cf3f573 Mon Sep 17 00:00:00 2001 From: Hiroshi Akiyama Date: Thu, 19 Oct 2023 22:41:30 +0000 Subject: [PATCH] dumpstate: fix missing dump_power.rc in Android.bp Bug: 305532134 Test: adb bugreport and check dumpstate_board.txt Change-Id: Ie5009983f43fe28483d4c30d3fc405f475ee7e7c Signed-off-by: Hiroshi Akiyama --- dumpstate/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/dumpstate/Android.bp b/dumpstate/Android.bp index f8f49cc..6358219 100644 --- a/dumpstate/Android.bp +++ b/dumpstate/Android.bp @@ -24,6 +24,7 @@ cc_binary { ], vendor: true, relative_install_path: "dump", + init_rc: ["dump_power.rc"], } sh_binary {