mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
Replace android_library with fb_android_library.
Reviewed By: adamjernst Differential Revision: D7393004 fbshipit-source-id: 99060333267dd6e81a41e9da52002e05152e7ccb
This commit is contained in:
parent
99e9c6e798
commit
2ff8b7024e
@ -183,3 +183,7 @@ 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…
x
Reference in New Issue
Block a user