From 76f1f4c288290acc8f9cdd02af6f7d92431739cf Mon Sep 17 00:00:00 2001 From: Bill Yi Date: Fri, 20 Oct 2023 21:00:41 -0700 Subject: [PATCH] Add AOSP support for akita We will have a 'vendor' project containing proprietary blobs to be able to build and flash Pixel device when vendor source is not available. The project name is platform/vendor/aosp/google_devices/akita and the path is vendor/google_devices/akita BUG:306790939 TEST: make and flash a akita device Change-Id: Iab5cad4aedfab59c3edb2a1f5490552db269f825 --- akita/BoardConfig.mk | 1 + device-akita.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/akita/BoardConfig.mk b/akita/BoardConfig.mk index b4d4c83..b08f9ea 100644 --- a/akita/BoardConfig.mk +++ b/akita/BoardConfig.mk @@ -32,5 +32,6 @@ BOARD_KERNEL_CMDLINE += disable_dma32=on include device/google/zuma/BoardConfig-common.mk -include vendor/google_devices/zuma/prebuilts/BoardConfigVendor.mk +-include vendor/google_devices/akita/proprietary/BoardConfigVendor.mk include device/google/akita-sepolicy/akita-sepolicy.mk include device/google/akita/wifi/BoardConfig-wifi.mk diff --git a/device-akita.mk b/device-akita.mk index 8de0a41..a376419 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -21,6 +21,7 @@ $(call inherit-product-if-exists, vendor/google_devices/akita/prebuilts/device-v $(call inherit-product-if-exists, vendor/google_devices/zuma/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zuma/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/akita/proprietary/akita/device-vendor-akita.mk) +$(call inherit-product-if-exists, vendor/google_devices/akita/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/akita/proprietary/WallpapersAkita.mk) DEVICE_PACKAGE_OVERLAYS += device/google/akita/akita/overlay