Fix up wrapped macros
Reviewed By: mzlee Differential Revision: D7645524 fbshipit-source-id: e62101dac95fd7458a2519588105ce43607a9769
This commit is contained in:
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)
|
||||
|
|
Loading…
Reference in New Issue