Snap for 11261634 from 2bbde5e0ce to 24Q2-release

Change-Id: I2d4e7c32c37768433dafdc8447842ff7e1790c25
This commit is contained in:
Android Build Coastguard Worker 2023-12-30 02:02:11 +00:00
commit 4af9629e5e

View file

@ -36,6 +36,9 @@ 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_aidl.mk
ifneq ($(filter oriole raven bluejay, $(TARGET_PRODUCT)),)
include device/google/gs-common/bcmbt/dump/dumplog.mk
endif
TARGET_BOARD_PLATFORM := gs101
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)