Add AOSP support for comet
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/comet and the path is vendor/google_devices/comet BUG: 325612343 Change-Id: I12441122c23a08aadcee7fcf59b2e6a086c5ab83
This commit is contained in:
parent
be4360e8b7
commit
3b17d4f6a1
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ USES_IDISPLAY_INTF_SEC := true
|
|||
|
||||
include device/google/zumapro/BoardConfig-common.mk
|
||||
-include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/comet/proprietary/BoardConfigVendor.mk
|
||||
include device/google/comet-sepolicy/comet-sepolicy.mk
|
||||
include device/google/comet/wifi/BoardConfig-wifi.mk
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ endif
|
|||
$(call inherit-product-if-exists, vendor/google_devices/comet/prebuilts/device-vendor-comet.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/comet/proprietary/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/comet/proprietary/WallpapersComet.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/comet/proprietary/comet/device-vendor-comet.mk)
|
||||
$(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue