mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2515e4861a
Reviewed By: mzlee Differential Revision: D9553765 fbshipit-source-id: cb65081668ea2726f24d2c9c02661e859cc7a994
8 lines
158 B
Python
8 lines
158 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_resource")
|
|
|
|
rn_android_resource(
|
|
name = "assets",
|
|
assets = ".",
|
|
visibility = ["PUBLIC"],
|
|
)
|