diff --git a/BUILD.gn b/BUILD.gn index 3e2b51a19481ed3c821428d8ff5360e5957d3c37..8f77bb57403724c462fbcb6db24db85d33482391 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -48,6 +48,7 @@ ohos_shared_library("sqlite") { visibility += [ "//foundation/bundlemanager/ecological_rule_mgr/*" ] visibility += [ "//vendor/*" ] visibility += [ "//base/accesscontrol/sandbox_manager/*" ] + visibility += [ "//out/rk3568/build_configs/thirdparty/sqlite/*" ] sources = [ "src/sqlite3.c" ] diff --git a/bundle.json b/bundle.json index 883eb51ce54100329ed2e5d3a0a43d745afbd7f3..deab626196d8c7102c6866c4a800091a16c8fa73 100644 --- a/bundle.json +++ b/bundle.json @@ -32,8 +32,11 @@ { "name": "//third_party/sqlite:sqlite", "header": { - "header_files": [], - "header_base": [] + "header_files": [ + "sqlite3ext.h", + "sqlite3sym.h" + ], + "header_base": "//third_party/sqlite/include" } } ],