Merge pull request #6032 from bestander/sync-buck
manual sync for D2949054
This commit is contained in:
commit
ad15421bac
|
@ -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.
|
||||
#
|
|
@ -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',
|
||||
)
|
Loading…
Reference in New Issue