summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chiu <jasoncschiu@google.com>2023-12-01 11:42:26 +0800
committerJason Chiu <jasoncschiu@google.com>2023-12-06 02:48:41 +0000
commita2074a43638f343dfa2f64c6f2da679ba4e78361 (patch)
tree57cd0bd81cbbf15027b8019449b163ac84c2dedf
parentb1b74c03c227e36ab0461d38072949fcbae818a3 (diff)
downloadgs101-a2074a43638f343dfa2f64c6f2da679ba4e78361.tar.gz
gs101: use android.hardware.boot aidl interface
Bug: 314215524 Change-Id: Ie66c1d5288cfa363ac41d578fd7c03a95eee361e Signed-off-by: Jason Chiu <jasoncschiu@google.com>
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 9310b4d1..fe6fbbed 100644
--- a/device.mk
+++ b/device.mk
@@ -35,7 +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
+include device/google/gs-common/bootctrl/bootctrl_aidl.mk
TARGET_BOARD_PLATFORM := gs101
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)