mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d7659a0ec6
Summary: Moves stack trace formatting logic into its own class to facilitate reusage from custom exception managers. Reviewed By: javache Differential Revision: D5086336 fbshipit-source-id: f434a1621c599c5c49991b3bfe5f66d05f84b5c9
13 lines
241 B
Python
13 lines
241 B
Python
include_defs("//ReactAndroid/DEFS")
|
|
|
|
android_library(
|
|
name = "util",
|
|
srcs = glob(["**/*.java"]),
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
deps = [
|
|
react_native_target("java/com/facebook/react/bridge:bridge"),
|
|
],
|
|
)
|