mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 23:03:58 +08:00
Add include_defs("//ReactAndroid/DEFS") to all BUCK files in ReactAndroid
Reviewed By: mmmulani Differential Revision: D5915945 fbshipit-source-id: 49bce07e4f5a2f4a8985b992e1e7d9ea4ef6c654
This commit is contained in:
committed by
Facebook Github Bot
parent
a004e2b77c
commit
ebb42ee1b6
@@ -1,3 +1,5 @@
|
||||
include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
android_library(
|
||||
name = "perftest",
|
||||
srcs = glob(["*.java"]),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
android_library(
|
||||
name = "annotations",
|
||||
srcs = glob(["*.java"]),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
android_library(
|
||||
name = "identifiers",
|
||||
srcs = glob(["*.java"]),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
android_library(
|
||||
name = "systrace",
|
||||
srcs = glob(["*.java"]),
|
||||
|
||||
Reference in New Issue
Block a user