summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chiu <jasoncschiu@google.com>2023-11-09 21:25:24 +0800
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-05 02:30:54 +0000
commit845ec9cfb52160a1d9ee72bbba3f8c98f0a726ea (patch)
treeae53aac47b9bbe904087db8748db9a2ce74b01e5
parent0561656a79549261c397571f869c58de649e17ee (diff)
downloadgs101-845ec9cfb52160a1d9ee72bbba3f8c98f0a726ea.tar.gz
gs101: include bootctrl_hidl_1.2.mk from gs-common
Bug: 265063384 Change-Id: I53db48880aa384afba9e1e48fb49f04a8af0e1fb Signed-off-by: Jason Chiu <jasoncschiu@google.com>
-rw-r--r--device.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index e9fe96d7..9310b4d1 100644
--- a/device.mk
+++ b/device.mk
@@ -35,6 +35,7 @@ include device/google/gs-common/widevine/widevine.mk
include device/google/gs-common/sota_app/factoryota.mk
include device/google/gs-common/misc_writer/misc_writer.mk
include device/google/gs-common/gyotaku_app/gyotaku.mk
+include device/google/gs-common/bootctrl/bootctrl_hidl_1.2.mk
TARGET_BOARD_PLATFORM := gs101
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)