From 5b15b925367c048b3b9e4cc9d6ab6c222c967602 Mon Sep 17 00:00:00 2001 From: ryne3366 Date: Tue, 27 May 2025 09:52:23 +0800 Subject: [PATCH] fix dependency of sqlite Signed-off-by: ryne3366 --- precise_compilation/part_tdd.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/precise_compilation/part_tdd.json b/precise_compilation/part_tdd.json index 6c109cc..7ba3822 100644 --- a/precise_compilation/part_tdd.json +++ b/precise_compilation/part_tdd.json @@ -848,5 +848,10 @@ "name": "xts_device_attest", "parts": "device_attest", "buildTarget": "xts/device_attest:device_attest_test" + }, + { + "name": "third_party_sqlite", + "parts": "sqlite", + "buildTarget": "communication/dsoftbus:dsoftbus_test,distributeddatamgr/kv_store:kv_store_test,distributeddatamgr/relational_store:relational_store_test,distributeddatamgr/datamgr_service:datamgr_service_test" } ] -- Gitee