From 905d8dd8a448f2a177ea41f9776dd14add2fc92a Mon Sep 17 00:00:00 2001 From: zhouhaifeng Date: Fri, 24 Sep 2021 20:53:20 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9public=5Fconfigs=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9=EF=BC=8C=E5=87=8F=E5=B0=91iowow=E5=AF=B9?= =?UTF-8?q?=E5=A4=96=E6=9A=B4=E9=9C=B2=E7=9A=84=E7=BC=96=E8=AF=91=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouhaifeng --- BUILD.gn | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 647645e..fb0bd41 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -52,6 +52,17 @@ action("copy_iowow_header") { ] } +config("ejdb_public_config") { + include_dirs = [ + "src", + "src/jbi", + "src/jbl", + "src/jql", + "src/util", + "$target_gen_dir", + ] +} + config("ejdb_config") { include_dirs = [ "src", @@ -98,7 +109,7 @@ config("ejdb_config") { ohos_shared_library("ejdb") { configs = [ ":ejdb_config" ] - public_configs = [ ":ejdb_config" ] + public_configs = [ ":ejdb_public_config" ] sources = [ "src/ejdb2.c", From 90bb1fae263336d98964acefd15ca46603ecba3d Mon Sep 17 00:00:00 2001 From: zhouhaifeng Date: Fri, 24 Sep 2021 21:17:49 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9public=5Fconfigs=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9=EF=BC=8C=E5=87=8F=E5=B0=91iowow=E5=AF=B9?= =?UTF-8?q?=E5=A4=96=E6=9A=B4=E9=9C=B2=E7=9A=84=E7=BC=96=E8=AF=91=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouhaifeng --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index fb0bd41..1ca9fa9 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -138,3 +138,4 @@ ohos_shared_library("ejdb") { part_name = "hiview" subsystem_name = "hiviewdfx" } + From 4706e0c6ebe6c966dffa0bcb28f65b44a9ec1924 Mon Sep 17 00:00:00 2001 From: zhouhaifeng Date: Fri, 24 Sep 2021 21:20:15 +0800 Subject: [PATCH 3/3] prebuilts/build-tools/linux-x86/bin/gn format BUILD.gn Signed-off-by: zhouhaifeng --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 1ca9fa9..fb0bd41 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -138,4 +138,3 @@ ohos_shared_library("ejdb") { part_name = "hiview" subsystem_name = "hiviewdfx" } -