sdm710-common: Import Soong namespaces in device tree namespace as well

Change-Id: I4a62c06a16e738bda7bfa57d6f1dc4f390500160
This commit is contained in:
Sebastiano Barezzi
2022-09-29 16:05:04 +02:00
parent 2b1f7598b2
commit a6b3d13642
2 changed files with 7 additions and 1 deletions

View File

@@ -5,4 +5,10 @@
//
soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
"hardware/xiaomi",
"vendor/qcom/opensource/usb/etc",
],
}

View File

@@ -12,6 +12,6 @@ cc_library {
"libbase",
],
header_libs: [
"//hardware/xiaomi:xiaomifingerprint_headers",
"xiaomifingerprint_headers",
],
}