Skip to content

Commit

Permalink
Make xplat react native files buildable
Browse files Browse the repository at this point in the history
Reviewed By: mzlee

Differential Revision: D6605611

fbshipit-source-id: baa33947319a27b95020924d177a9398a276dabe
  • Loading branch information
Jonathan Kim authored and facebook-github-bot committed Jan 22, 2018
1 parent 91fddb0 commit a975e16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/app/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include_defs("//ReactAndroid/DEFS")
load("//ReactNative:DEFS", "rn_android_library", "rn_android_binary", "rn_android_resource", "react_native_dep", "react_native_target")

android_binary(
rn_android_binary(
name = "app",
keystore = "//keystores:debug",
manifest = "src/main/AndroidManifest.xml",
Expand All @@ -9,7 +9,7 @@ android_binary(
],
)

android_library(
rn_android_library(
name = "rntester-lib",
srcs = glob(["src/main/java/**/*.java"]),
deps = [
Expand All @@ -26,7 +26,7 @@ android_library(
],
)

android_resource(
rn_android_resource(
name = "res",
package = "com.facebook.react.uiapp",
res = "src/main/res",
Expand Down

0 comments on commit a975e16

Please sign in to comment.