From 6fa7647cbf1fa6ebc0278dd3c1915a9e3410a203 Mon Sep 17 00:00:00 2001 From: lidezhi Date: Sat, 2 Nov 2024 20:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lidezhi Change-Id: Ibe673f3ea648933bb4154cb9c783f3224863a240 --- fingerprint_auth/v1_0/BUILD.gn | 2 +- fingerprint_auth/v1_1/BUILD.gn | 2 +- fingerprint_auth/v1_2/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fingerprint_auth/v1_0/BUILD.gn b/fingerprint_auth/v1_0/BUILD.gn index 791dd3a5..d1d5150d 100644 --- a/fingerprint_auth/v1_0/BUILD.gn +++ b/fingerprint_auth/v1_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") import("../config.gni") hdi("fingerprint_auth") { diff --git a/fingerprint_auth/v1_1/BUILD.gn b/fingerprint_auth/v1_1/BUILD.gn index 12afd750..49c184d7 100644 --- a/fingerprint_auth/v1_1/BUILD.gn +++ b/fingerprint_auth/v1_1/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") import("../config.gni") hdi("fingerprint_auth") { diff --git a/fingerprint_auth/v1_2/BUILD.gn b/fingerprint_auth/v1_2/BUILD.gn index a13ca881..323f5e5c 100644 --- a/fingerprint_auth/v1_2/BUILD.gn +++ b/fingerprint_auth/v1_2/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") import("../config.gni") hdi("fingerprint_auth") { -- Gitee