Add a missing include in a BUCK file
Summary: The include was missing in 87c6bcb65d
(D4405355)
Reviewed By: ericnakagawa
Differential Revision: D4417874
fbshipit-source-id: 164a44e08c9da0931b49c90d01eb4396225e27d1
This commit is contained in:
parent
9e1e52f312
commit
521e9c6ee5
|
@ -1,3 +1,5 @@
|
|||
include_defs('//ReactAndroid/DEFS')
|
||||
|
||||
android_library(
|
||||
name = 'logging',
|
||||
srcs = glob(['**/*.java']),
|
||||
|
|
Loading…
Reference in New Issue