mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 09:27:53 +08:00
Move AppCompat resource target used by React Native
Reviewed By: alsutton Differential Revision: D4416749 fbshipit-source-id: 965a1245e7c2ffb20b34492c0cb399d3c6884dc6
This commit is contained in:
committed by
Facebook Github Bot
parent
d4e8b19e71
commit
35bcf1bacc
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user