mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
ebb42ee1b6
Reviewed By: mmmulani Differential Revision: D5915945 fbshipit-source-id: 49bce07e4f5a2f4a8985b992e1e7d9ea4ef6c654
25 lines
562 B
Python
25 lines
562 B
Python
include_defs("//ReactAndroid/DEFS")
|
|
|
|
android_prebuilt_aar(
|
|
name = "appcompat",
|
|
aar = ":appcompat-binary-aar",
|
|
visibility = ["//ReactAndroid/..."],
|
|
)
|
|
|
|
remote_file(
|
|
name = "appcompat-binary-aar",
|
|
sha1 = "7d659f671541394a8bc2b9f909950aa2a5ec87ff",
|
|
url = "mvn:com.android.support:appcompat-v7:aar:23.0.1",
|
|
)
|
|
|
|
android_prebuilt_aar(
|
|
name = "android-jsc",
|
|
aar = ":android-jsc-aar",
|
|
)
|
|
|
|
remote_file(
|
|
name = "android-jsc-aar",
|
|
sha1 = "880cedd93f43e0fc841f01f2fa185a63d9230f85",
|
|
url = "mvn:org.webkit:android-jsc:aar:r174650",
|
|
)
|