From ea085645fd07bdf52b5826f3b20265ef15557fb6 Mon Sep 17 00:00:00 2001 From: jwx1134657 Date: Wed, 15 Mar 2023 16:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jwx1134657 --- applications/kitframework/BUILD.gn | 3 --- applications/kitframework_ipcamera/BUILD.gn | 3 --- 2 files changed, 6 deletions(-) diff --git a/applications/kitframework/BUILD.gn b/applications/kitframework/BUILD.gn index 1c98b65b9..eae372b34 100644 --- a/applications/kitframework/BUILD.gn +++ b/applications/kitframework/BUILD.gn @@ -31,7 +31,4 @@ hctest_suite("ActsKitFwkApiTest") { # dir for oem_auth_config.h and oem_auth_result_storage.h "//vendor/kitframework/include/", ] - - # un-comment this Macro for token-persist-test - # defines = [ "TOKEN_PERSIST_TEST" ] } diff --git a/applications/kitframework_ipcamera/BUILD.gn b/applications/kitframework_ipcamera/BUILD.gn index 37e7e224a..2ed059a15 100644 --- a/applications/kitframework_ipcamera/BUILD.gn +++ b/applications/kitframework_ipcamera/BUILD.gn @@ -43,7 +43,4 @@ executable("ActsKitFwkApiTest") { ] output_extension = "bin" - - # un-comment this Macro for token-persist-test - # defines = [ "TOKEN_PERSIST_TEST" ] } -- GitLab