Przeglądaj źródła

Add AOSP support for Lynx

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/lynx

and the path is
vendor/google_devices/lynx

TEST:make

BUG: 240203789
Change-Id: I33af4dce2b60f5de21d8998e445d2f8abd2b7e01
Bill Yi 2 lat temu
rodzic
commit
cdfc6970cc
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 1 0
      device-lynx.mk
  2. 2 1
      lynx/BoardConfig.mk

+ 1 - 0
device-lynx.mk

@@ -21,6 +21,7 @@ $(call inherit-product-if-exists, vendor/google_devices/lynx/prebuilts/device-ve
 $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-vendor.mk)
 $(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk)
 $(call inherit-product-if-exists, vendor/google_devices/lynx/proprietary/lynx/device-vendor-lynx.mk)
+$(call inherit-product-if-exists, vendor/google_devices/lynx/proprietary/device-vendor.mk)
 
 DEVICE_PACKAGE_OVERLAYS += device/google/lynx/lynx/overlay
 

+ 2 - 1
lynx/BoardConfig.mk

@@ -21,5 +21,6 @@ USES_DEVICE_GOOGLE_LYNX := true
 
 include device/google/gs201/BoardConfig-common.mk
 -include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk
+-include vendor/google_devices/lynx/proprietary/BoardConfigVendor.mk
 include device/google/lynx-sepolicy/lynx-sepolicy.mk
-include device/google/gs201/wifi/qcom/BoardConfig-wifi.mk
+include device/google/gs201/wifi/qcom/BoardConfig-wifi.mk