mirror of
https://github.com/Evolution-X-Devices/device_google_raviole
synced 2026-02-01 08:03:20 +00:00
Add AOSP support for Raven and Oriole.
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 names are platform/vendor/aosp/google_devices/raven platform/vendor/aosp/google_devices/oriole and the paths are vendor/google_devices/raven vendor/google_devices/oriole BUG: 182332166 Change-Id: I947934c7f2d38c6fe504cfe8a4368d9b426e4b48
This commit is contained in:
@@ -19,6 +19,7 @@ TARGET_KERNEL_DIR := device/google/raviole-kernel
|
||||
$(call inherit-product-if-exists, vendor/google_devices/raviole/prebuilts/device-vendor-oriole.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/oriole/proprietary/device-vendor.mk)
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/raviole/oriole/overlay
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ TARGET_KERNEL_DIR := device/google/raviole-kernel
|
||||
$(call inherit-product-if-exists, vendor/google_devices/raviole/prebuilts/device-vendor-raven.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/raven/proprietary/device-vendor.mk)
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay
|
||||
|
||||
|
||||
@@ -20,3 +20,4 @@ USES_DEVICE_GOOGLE_RAVIOLE := true
|
||||
|
||||
include device/google/gs101/BoardConfig-common.mk
|
||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk
|
||||
|
||||
@@ -20,3 +20,4 @@ USES_DEVICE_GOOGLE_RAVIOLE := true
|
||||
|
||||
include device/google/gs101/BoardConfig-common.mk
|
||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
|
||||
|
||||
Reference in New Issue
Block a user