Skip to content

Commit

Permalink
Don't disable folly tracepoints on Android
Browse files Browse the repository at this point in the history
Summary:
Folly tracepoints were initially disabled on Android in D13293303 landed in 2018 when only x86 tracepoints were supported. D57171286 landed in May 2024 added support for aarch64 tracepoints, but remained disabled on Android by default.

This diff removes the no longer unnecessary flag and enables tracepoints by default.

Differential Revision: D62638793

fbshipit-source-id: c3f89d19d911b748dcc26bebb56392666bee99f6
  • Loading branch information
vsevolodshorinatmeta authored and facebook-github-bot committed Sep 16, 2024
1 parent c6b96b2 commit f7189af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion folly/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def cpp_flags():
FBANDROID_CPPFLAGS = [
"-DFOLLY_HAVE_IFUNC=0",
"-DFOLLY_HAVE_INT128_T=0",
"-DFOLLY_DISABLE_SDT=1",
"-DSSLCONTEXT_NO_REFCOUNT",
"-D__STDC_FORMAT_MACROS",
"-D__STDC_LIMIT_MACROS",
Expand Down

0 comments on commit f7189af

Please sign in to comment.