diff --git a/applications/kitframework/BUILD.gn b/applications/kitframework/BUILD.gn index 1c98b65b95b3b46c224aa7e1c39bc82441a4bc91..eae372b343a4610c124769fb7cc7ee3b21fbe9f8 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 37e7e224aef930fb438fdf052a75074230d70171..2ed059a15aca9690b9eb9ab1cd6c4ac412177453 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" ] }