Skip to content

Commit a975e16

Browse files
Jonathan Kimfacebook-github-bot
authored andcommitted
Make xplat react native files buildable
Reviewed By: mzlee Differential Revision: D6605611 fbshipit-source-id: baa33947319a27b95020924d177a9398a276dabe
1 parent 91fddb0 commit a975e16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/app/BUCK

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
include_defs("//ReactAndroid/DEFS")
1+
load("//ReactNative:DEFS", "rn_android_library", "rn_android_binary", "rn_android_resource", "react_native_dep", "react_native_target")
22

3-
android_binary(
3+
rn_android_binary(
44
name = "app",
55
keystore = "//keystores:debug",
66
manifest = "src/main/AndroidManifest.xml",
@@ -9,7 +9,7 @@ android_binary(
99
],
1010
)
1111

12-
android_library(
12+
rn_android_library(
1313
name = "rntester-lib",
1414
srcs = glob(["src/main/java/**/*.java"]),
1515
deps = [
@@ -26,7 +26,7 @@ android_library(
2626
],
2727
)
2828

29-
android_resource(
29+
rn_android_resource(
3030
name = "res",
3131
package = "com.facebook.react.uiapp",
3232
res = "src/main/res",

0 commit comments

Comments
 (0)