Merge pull request #6032 from bestander/sync-buck

manual sync for D2949054
This commit is contained in:
Konstantin Raev 2016-02-19 11:44:46 +00:00
commit ad15421bac
2 changed files with 11 additions and 6 deletions

View File

@ -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.
#

View 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',
)