From 6dbdc16a00f47eea1af30ac6f1568ce42e232726 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Tue, 11 Oct 2022 15:37:19 +0800 Subject: [PATCH] move aoc dump to gs-common Bug: 248426917 Test: adb bugreport Change-Id: I568c3083a8133727ab4000dc5765f8f0aecae438 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index bbf7439c..b33e20f4 100644 --- a/device.mk +++ b/device.mk @@ -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)