mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 03:50:11 +08:00
Fix up wrapped macros
Reviewed By: mzlee Differential Revision: D7645524 fbshipit-source-id: e62101dac95fd7458a2519588105ce43607a9769
This commit is contained in:
committed by
Facebook Github Bot
parent
eff98b6c25
commit
7f7020a1db
@@ -183,7 +183,3 @@ def cxx_library(allow_jni_merging=None, **kwargs):
|
||||
if not (k.startswith("fbandroid_") or k.startswith("fbobjc_"))
|
||||
}
|
||||
native.cxx_library(**args)
|
||||
|
||||
|
||||
def fb_android_library(**kwargs):
|
||||
native.android_library(**kwargs)
|
||||
|
||||
Reference in New Issue
Block a user