From c3102b06fcb95462334e24a9a9a3179ce978c179 Mon Sep 17 00:00:00 2001 From: Jason Chiu Date: Mon, 27 Nov 2023 16:53:59 +0800 Subject: [PATCH] gs-common: create bootctrl_aidl.mk and include related modules Bug: 265063384 Change-Id: I9362eb521616c899a14605081fdc10de2a1d5c16 Signed-off-by: Jason Chiu --- bootctrl/bootctrl_aidl.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootctrl/bootctrl_aidl.mk diff --git a/bootctrl/bootctrl_aidl.mk b/bootctrl/bootctrl_aidl.mk new file mode 100644 index 0000000..ca136ba --- /dev/null +++ b/bootctrl/bootctrl_aidl.mk @@ -0,0 +1,5 @@ +PRODUCT_PACKAGES += \ + android.hardware.boot-service.default-pixel \ + android.hardware.boot-service.default_recovery-pixel + +PRODUCT_SOONG_NAMESPACES += device/google/gs-common/bootctrl/aidl