Move AppCompat resource target used by React Native

Reviewed By: alsutton

Differential Revision: D4416749

fbshipit-source-id: 965a1245e7c2ffb20b34492c0cb399d3c6884dc6
This commit is contained in:
Jakub Zika
2017-01-19 08:29:26 -08:00
committed by Facebook Github Bot
parent d4e8b19e71
commit 35bcf1bacc
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ android_library(
srcs = glob(['*.java']),
deps = [
YOGA_TARGET,
react_native_dep('android_res/android/support/v7/appcompat-orig:res-for-react-native'),
react_native_dep('android_res/com/facebook/catalyst/appcompat:appcompat'),
react_native_dep('third-party/android/support/v7/appcompat-orig:appcompat'),
react_native_dep('third-party/java/jsr-305:jsr-305'),
react_native_target('java/com/facebook/react/bridge:bridge'),

View File

@@ -5,7 +5,7 @@ android_library(
srcs = glob(['**/*.java']),
deps = [
YOGA_TARGET,
react_native_dep('android_res/android/support/v7/appcompat-orig:res-for-react-native'),
react_native_dep('android_res/com/facebook/catalyst/appcompat:appcompat'),
react_native_dep('libraries/fresco/fresco-react-native:fresco-drawee'),
react_native_dep('libraries/fresco/fresco-react-native:fresco-react-native'),
react_native_dep('libraries/fresco/fresco-react-native:imagepipeline'),