fogos: Add vendor soong imports to extract

Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a
This commit is contained in:
Aaron Kling 2025-01-17 23:59:33 +05:30 committed by Anand S
parent 5557c5c6ca
commit 17caded119
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -5,6 +5,15 @@
soong_namespace {
imports: [
"vendor/motorola/sm6375-common",
"device/motorola/sm6375-common",
"hardware/qcom-caf/common/libqti-perfd-client",
"hardware/qcom-caf/sm8350",
"hardware/qcom-caf/wlan",
"hardware/motorola",
"vendor/qcom/opensource/commonsys/display",
"vendor/qcom/opensource/commonsys-intf/display",
"vendor/qcom/opensource/dataservices",
"vendor/qcom/opensource/display",
],
}