Add AOSP support for tangorpro
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/tangorpro and the path is vendor/google_devices/tangorpro BUG:246437989 TEST: make and flash a tangorpro device Change-Id: Ia860cc84ffa8db42ae2f30c433e3764459f27732
This commit is contained in:
parent
be88126f44
commit
4e093e92ff
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-v
|
|||
$(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/tangorpro/proprietary/tangorpro/device-vendor-tangorpro.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/tangorpro/proprietary/WallpapersTangorpro.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/tangorpro/proprietary/device-vendor.mk)
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/tangorpro/tangorpro/overlay
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/tangorpro
|
||||
|
|
|
@ -22,5 +22,6 @@ BOARD_KERNEL_CMDLINE += swiotlb=noforce
|
|||
|
||||
include device/google/gs201/BoardConfig-common.mk
|
||||
-include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/tangorpro/proprietary/BoardConfigVendor.mk
|
||||
include device/google/tangorpro-sepolicy/tangorpro-sepolicy.mk
|
||||
include device/google/tangorpro/wifi/BoardConfig-wifi.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue