From eef650ee4b8b71dc749b9d35ebf90343dee08abd Mon Sep 17 00:00:00 2001 From: huxia Date: Thu, 15 Jul 2021 12:17:57 +0800 Subject: [PATCH] customized hilogcat module Signed-off-by: huxia Change-Id: I446de9624c985248d2d05ba3ca9348ae02c7a77d --- components/hiviewdfx.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/hiviewdfx.json b/components/hiviewdfx.json index af63480..390686d 100644 --- a/components/hiviewdfx.json +++ b/components/hiviewdfx.json @@ -15,7 +15,6 @@ "targets": [ "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", - "//base/hiviewdfx/hilog_lite/services/hilogcat:hilogcat", "//base/hiviewdfx/hilog_lite/services/apphilogcat:apphilogcat" ], "rom": "10KB", @@ -23,7 +22,6 @@ "output": [ "libhilog_shared.so", "libhilog_static.a", - "hilogcat", "libhilogcat.a", "apphilogcat" ], -- GitLab