mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-13 09:21:46 +08:00
Make xplat react native files buildable
Reviewed By: mzlee Differential Revision: D6605611 fbshipit-source-id: baa33947319a27b95020924d177a9398a276dabe
This commit is contained in:
committed by
Facebook Github Bot
parent
cec2e80fc2
commit
4f2cc42a2d
@@ -1,6 +1,6 @@
|
||||
include_defs("//ReactAndroid/DEFS")
|
||||
load("//ReactNative:DEFS", "rn_java_annotation_processor", "rn_java_library", "react_native_dep", "react_native_target")
|
||||
|
||||
java_annotation_processor(
|
||||
rn_java_annotation_processor(
|
||||
name = "processing",
|
||||
does_not_affect_abi = True,
|
||||
processor_class = "com.facebook.react.module.processing.ReactModuleSpecProcessor",
|
||||
@@ -12,7 +12,7 @@ java_annotation_processor(
|
||||
],
|
||||
)
|
||||
|
||||
java_library(
|
||||
rn_java_library(
|
||||
name = "processing-lib",
|
||||
srcs = glob(["*.java"]),
|
||||
source = "8",
|
||||
|
||||
Reference in New Issue
Block a user