mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 05:15:49 +08:00
Reviewed By: astreet Differential Revision: D2590921 fb-gh-sync-id: cf870c96f772c06e1a8b69014ebd906978ea8c00
20 lines
351 B
Python
20 lines
351 B
Python
include_defs('//ReactAndroid/DEFS')
|
|
|
|
android_resource(
|
|
name = 'devsupport',
|
|
res = 'devsupport',
|
|
package = 'com.facebook.react',
|
|
visibility = [
|
|
react_native_target('java/com/facebook/react/devsupport/...'),
|
|
],
|
|
)
|
|
|
|
android_resource(
|
|
name = 'shell',
|
|
res = 'shell',
|
|
package = 'com.facebook.react',
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
)
|