From de91ea30a98311f3c1e808ba25fba2981876b70e Mon Sep 17 00:00:00 2001 From: Jason Chiu Date: Mon, 27 Nov 2023 16:45:37 +0800 Subject: [PATCH] gs-common: create bootctrl_hidl_1.2.mk and include related modules Bug: 265063384 Change-Id: I3895946309ff8ee7987c1b0ec0789e95a63f4eae Signed-off-by: Jason Chiu --- bootctrl/bootctrl_hidl_1.2.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootctrl/bootctrl_hidl_1.2.mk diff --git a/bootctrl/bootctrl_hidl_1.2.mk b/bootctrl/bootctrl_hidl_1.2.mk new file mode 100644 index 0000000..7b0da0a --- /dev/null +++ b/bootctrl/bootctrl_hidl_1.2.mk @@ -0,0 +1,5 @@ +PRODUCT_PACKAGES += \ + android.hardware.boot@1.2-impl-pixel \ + android.hardware.boot@1.2-service-pixel + +PRODUCT_SOONG_NAMESPACES += device/google/gs-common/bootctrl/1.2