move aoc dump to gs-common

Bug: 248426917
Test: adb bugreport
Change-Id: I568c3083a8133727ab4000dc5765f8f0aecae438
This commit is contained in:
Adam Shih 2022-10-11 15:37:19 +08:00
parent b9b79645fd
commit 6dbdc16a00

View file

@ -19,6 +19,7 @@ include device/google/gs-common/gs_watchdogd/watchdog.mk
include device/google/gs-common/ramdump/ramdump.mk
include device/google/gs-common/soc/soc.mk
include device/google/gs-common/modem/modem.mk
include device/google/gs-common/aoc/aoc.mk
TARGET_BOARD_PLATFORM := gs101
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)