Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cffd7112 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Fix libldac build on Linux

In build/BUILD.gn we set EXPORT_SYMBOL value, and it's used across the
whole stack. However, third party libraries require this value to be
cleared - otherwise the symbols are not exported properly.

Test: manual
parent 01d2fcb6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,4 +27,6 @@ shared_library("libldacBT_enc") {
  public_configs = [ ":libldacBT_config" ]

  cflags = [ "-O2" ]

  defines = [ "EXPORT_SYMBOL=" ]
}