Skip to content
Snippets Groups Projects
Commit b8a20a7d authored by Esben Haabendal's avatar Esben Haabendal
Browse files

openharmony.inc: Make sure to build libfts.a library


This ensures libfts.a static library file is built, even if distro has
generally disabled static libraries.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 1ddc77fc
No related branches found
No related tags found
1 merge request!36Prepare for integration into meta-oniro-core
......@@ -25,6 +25,9 @@ PREFERRED_VERSION_openharmony-standard = "${OPENHARMONY_VERSION}"
# clang_rt.profile library is used in openharmony-standard build
PACKAGECONFIG:pn-compiler-rt:append:df-openharmony = " profile"
# libfts.a is used in openharmony-standard build
DISABLE_STATIC:pn-fts:df-openharmony = ""
require openssl.inc
require java.inc
require musl-ldso-paths.inc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment