mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
manual sync for D2949054
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
android_prebuilt_aar(
|
||||
name = 'appcompat-23.1',
|
||||
aar = ':appcompat-binary-aar',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
)
|
||||
|
||||
# Unpack resources from the appcompat aar and merge their ids into the
|
||||
# generated com.facebook.react.R class.
|
||||
#
|
||||
11
ReactAndroid/src/main/third-party/android/support/v7/appcompat-orig/BUCK
vendored
Normal file
11
ReactAndroid/src/main/third-party/android/support/v7/appcompat-orig/BUCK
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
android_prebuilt_aar(
|
||||
name = 'appcompat',
|
||||
aar = ':appcompat-binary-aar',
|
||||
visibility = ['//ReactAndroid/...',],
|
||||
)
|
||||
|
||||
remote_file(
|
||||
name = 'appcompat-binary-aar',
|
||||
url = 'mvn:com.android.support:appcompat-v7:aar:23.0.1',
|
||||
sha1 = '7d659f671541394a8bc2b9f909950aa2a5ec87ff',
|
||||
)
|
||||
Reference in New Issue
Block a user