Add AOSP support for tegu
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/tegu and the path is vendor/google_devices/tegu BUG: 362002791 Change-Id: I82b51019fb5bcfe3dd864078601cbba5165fa198
This commit is contained in:
parent
d65f111bd1
commit
32340a0d59
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ endif
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/tegu/prebuilts/device-vendor-tegu.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/tegu/prebuilts/device-vendor-tegu.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk)
|
||||||
|
$(call inherit-product-if-exists, vendor/google_devices/tegu/proprietary/device-vendor.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/tegu/proprietary/tegu/device-vendor-tegu.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/tegu/proprietary/tegu/device-vendor-tegu.mk)
|
||||||
|
|
||||||
# display
|
# display
|
||||||
|
|
|
@ -24,5 +24,6 @@ include device/google/tegu/device-tegu-common.mk
|
||||||
|
|
||||||
include device/google/zumapro/BoardConfig-common.mk
|
include device/google/zumapro/BoardConfig-common.mk
|
||||||
-include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk
|
-include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk
|
||||||
|
-include vendor/google_devices/tegu/proprietary/BoardConfigVendor.mk
|
||||||
include device/google/tegu-sepolicy/tegu-sepolicy.mk
|
include device/google/tegu-sepolicy/tegu-sepolicy.mk
|
||||||
include device/google/tegu/wifi/BoardConfig-wifi.mk
|
include device/google/tegu/wifi/BoardConfig-wifi.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue