Skip to content

Commit

Permalink
appcompat-resources add
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh committed Sep 18, 2019
1 parent 8d92481 commit 7d601b5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ReactAndroid/src/main/third-party/android/androidx/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fb_native.android_library(
exported_deps = [
":annotation",
":appcompat-binary",
":appcompat-resources",
":collection",
":core",
":cursoradapter",
Expand All @@ -35,6 +36,19 @@ fb_native.android_library(
],
)

fb_native.android_library(
name = "appcompat-resources",
visibility = ["PUBLIC"],
exported_deps = [
":appcompat-resources-binary",
":annotation",
":collection",
":core",
":vectordrawable",
":vectordrawable-animated",
],
)

fb_native.android_library(
name = "asynclayoutinflater",
visibility = ["PUBLIC"],
Expand Down Expand Up @@ -358,6 +372,11 @@ fb_native.android_prebuilt_aar(
aar = ":appcompat-binary-aar",
)

fb_native.android_prebuilt_aar(
name = "appcompat-resources-binary",
aar = ":appcompat-resources-binary-aar",
)

fb_native.android_prebuilt_aar(
name = "asynclayoutinflater-binary",
aar = ":asynclayoutinflater-binary-aar",
Expand Down Expand Up @@ -521,6 +540,12 @@ fb_native.remote_file(
url = "mvn:androidx.appcompat:appcompat:aar:1.1.0",
)

fb_native.remote_file(
name = "appcompat-resources-binary-aar",
sha1 = "351d3409fe51f3d862bd2b1bcc0f3b6ded29460e",
url = "mvn:androidx.appcompat:appcompat-resources:aar:1.1.0",
)

fb_native.remote_file(
name = "asynclayoutinflater-binary-aar",
sha1 = "5ffa788d19a6863799f25cb50d4fdfb0ec649037",
Expand Down

0 comments on commit 7d601b5

Please sign in to comment.