From a6b3d1364247f707defb67eee029e8ea52de3412 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Thu, 29 Sep 2022 16:05:04 +0200 Subject: [PATCH] sdm710-common: Import Soong namespaces in device tree namespace as well Change-Id: I4a62c06a16e738bda7bfa57d6f1dc4f390500160 --- Android.bp | 6 ++++++ udfps/Android.bp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index bb6ecd0..68ec03d 100644 --- a/Android.bp +++ b/Android.bp @@ -5,4 +5,10 @@ // soong_namespace { + imports: [ + "hardware/google/interfaces", + "hardware/google/pixel", + "hardware/xiaomi", + "vendor/qcom/opensource/usb/etc", + ], } diff --git a/udfps/Android.bp b/udfps/Android.bp index 41adbf2..4996180 100644 --- a/udfps/Android.bp +++ b/udfps/Android.bp @@ -12,6 +12,6 @@ cc_library { "libbase", ], header_libs: [ - "//hardware/xiaomi:xiaomifingerprint_headers", + "xiaomifingerprint_headers", ], }