From 4aac5cd02e01ba04852849450e6950bdca70de01 Mon Sep 17 00:00:00 2001 From: Ashok Menon Date: Mon, 23 Jan 2017 09:32:26 -0800 Subject: [PATCH] RN] Removing `ReactAndroid/CONSTANTS` Reviewed By: javache Differential Revision: D4446455 fbshipit-source-id: d9d3eb7127bbb88227ebd2a963ce508040183974 --- ReactCommon/inspector/BUCK | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReactCommon/inspector/BUCK b/ReactCommon/inspector/BUCK index b2d22ad03..4e086dc85 100644 --- a/ReactCommon/inspector/BUCK +++ b/ReactCommon/inspector/BUCK @@ -4,6 +4,8 @@ EXPORTED_HEADERS = [ def library(**kwargs): if THIS_IS_FBANDROID: + include_defs('//ReactAndroid/DEFS') + cxx_library( force_static = True, # We depend on JSC, support the same platforms