Skip to content

Commit

Permalink
Define internal FB macro for OSS builds.
Browse files Browse the repository at this point in the history
Reviewed By: hramos

Differential Revision: D6626785

fbshipit-source-id: bb7c89499bc7c72e24dabd82899c3d9c49874101
  • Loading branch information
ttsugriy authored and facebook-github-bot committed Dec 22, 2017
1 parent a163f70 commit 077c3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ReactAndroid/DEFS
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@ def rn_robolectric_test(name, srcs, vm_args = None, *args, **kwargs):
original_cxx_library = cxx_library
def cxx_library(allow_jni_merging=None, **kwargs):
original_cxx_library(**kwargs)


def fb_xplat_cxx_library(*args, **kwargs):
cxx_library(*args, **kwargs)

0 comments on commit 077c3ab

Please sign in to comment.