Skip to content

Commit

Permalink
Apply BUCKFORMAT to all BUCK files
Browse files Browse the repository at this point in the history
Reviewed By: scottrice

Differential Revision: D17051732

fbshipit-source-id: 2e9d81cd8d547456eb2d8d97f08b8d2e951787a5
  • Loading branch information
zertosh authored and facebook-github-bot committed Aug 27, 2019
1 parent 59c3d05 commit 5acb364
Showing 1 changed file with 58 additions and 61 deletions.
119 changes: 58 additions & 61 deletions ReactAndroid/src/main/third-party/android/androidx/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,145 +10,144 @@ fb_native.android_library(
name = "appcompat",
visibility = ["PUBLIC"],
exported_deps = [
":appcompat-binary",
":annotation",
":appcompat-binary",
":collection",
":core",
":cursoradapter",
":fragment",
":legacy-support-core-utils",
":vectordrawable",
":vectordrawable-animated",
]
],
)

fb_native.android_library(
name = "asynclayoutinflater",
visibility = ["PUBLIC"],
exported_deps = [
":asynclayoutinflater-binary",
":annotation",
":asynclayoutinflater-binary",
":core",
]
],
)

fb_native.android_library(
name = "collection",
visibility = ["PUBLIC"],
exported_deps = [
":collection-binary",
":annotation",
]
":collection-binary",
],
)

fb_native.android_library(
name = "coordinatorlayout",
visibility = ["PUBLIC"],
exported_deps = [
":coordinatorlayout-binary",
":annotation",
":coordinatorlayout-binary",
":core",
":customview",
]
],
)

fb_native.android_library(
name = "core",
visibility = ["PUBLIC"],
exported_deps = [
":core-binary",
":annotation",
":collection",
":core-binary",
":lifecycle-runtime",
":versionedparcelable",
]
],
)

fb_native.android_library(
name = "core-common",
visibility = ["PUBLIC"],
exported_deps = [
":core-common-binary",
":annotation",
]
":core-common-binary",
],
)

fb_native.android_library(
name = "core-runtime",
visibility = ["PUBLIC"],
exported_deps = [
":core-runtime-binary",
":core-common",
]
":core-runtime-binary",
],
)

fb_native.android_library(
name = "cursoradapter",
visibility = ["PUBLIC"],
exported_deps = [
":cursoradapter-binary",
":annotation",
]
":cursoradapter-binary",
],
)

fb_native.android_library(
name = "customview",
visibility = ["PUBLIC"],
exported_deps = [
":customview-binary",
":annotation",
":core",
]
":customview-binary",
],
)

fb_native.android_library(
name = "documentfile",
visibility = ["PUBLIC"],
exported_deps = [
":documentfile-binary",
":annotation",
]
":documentfile-binary",
],
)

fb_native.android_library(
name = "drawerlayout",
visibility = ["PUBLIC"],
exported_deps = [
":drawerlayout-binary",
":annotation",
":core",
":customview",
]
":drawerlayout-binary",
],
)

fb_native.android_library(
name = "fragment",
visibility = ["PUBLIC"],
exported_deps = [
":fragment-binary",
":annotation",
":core",
":fragment-binary",
":legacy-support-core-ui",
":legacy-support-core-utils",
":lifecycle-viewmodel",
":loader",
]
],
)

fb_native.android_library(
name = "interpolator",
visibility = ["PUBLIC"],
exported_deps = [
":interpolator-binary",
":annotation",
]
":interpolator-binary",
],
)

fb_native.android_library(
name = "legacy-support-core-ui",
visibility = ["PUBLIC"],
exported_deps = [
":legacy-support-core-ui-binary",
":annotation",
":asynclayoutinflater",
":coordinatorlayout",
Expand All @@ -157,170 +156,170 @@ fb_native.android_library(
":customview",
":drawerlayout",
":interpolator",
":legacy-support-core-ui-binary",
":legacy-support-core-utils",
":slidingpanelayout",
":swiperefreshlayout",
":viewpager",
]
],
)


fb_native.android_library(
name = "legacy-support-core-utils",
visibility = ["PUBLIC"],
exported_deps = [
":legacy-support-core-utils-binary",
":annotation",
":core",
":documentfile",
":legacy-support-core-utils-binary",
":loader",
":localbroadcastmanager",
":print",
]
],
)

fb_native.android_library(
name = "lifecycle-common",
visibility = ["PUBLIC"],
exported_deps = [
":lifecycle-common-binary",
":annotation",
]
":lifecycle-common-binary",
],
)

fb_native.android_library(
name = "lifecycle-livedata",
visibility = ["PUBLIC"],
exported_deps = [
":lifecycle-livedata-binary",
":core-common",
":core-runtime",
":lifecycle-livedata-binary",
":lifecycle-livedata-core",
]
],
)

fb_native.android_library(
name = "lifecycle-livedata-core",
visibility = ["PUBLIC"],
exported_deps = [
":lifecycle-livedata-core-binary",
":core-common",
":core-runtime",
":lifecycle-common",
]
":lifecycle-livedata-core-binary",
],
)

fb_native.android_library(
name = "lifecycle-runtime",
visibility = ["PUBLIC"],
exported_deps = [
":lifecycle-runtime-binary",
":annotation",
":core-common",
":lifecycle-common",
]
":lifecycle-runtime-binary",
],
)

fb_native.android_library(
name = "lifecycle-viewmodel",
visibility = ["PUBLIC"],
exported_deps = [
":lifecycle-viewmodel-binary",
":annotation",
]
":lifecycle-viewmodel-binary",
],
)

fb_native.android_library(
name = "localbroadcastmanager",
visibility = ["PUBLIC"],
exported_deps = [
":localbroadcastmanager-binary",
":annotation",
]
":localbroadcastmanager-binary",
],
)

fb_native.android_library(
name = "loader",
visibility = ["PUBLIC"],
exported_deps = [
":loader-binary",
":annotation",
":core",
":lifecycle-livedata",
":lifecycle-viewmodel",
]
":loader-binary",
],
)

fb_native.android_library(
name = "print",
visibility = ["PUBLIC"],
exported_deps = [
":print-binary",
":annotation",
]
":print-binary",
],
)

fb_native.android_library(
name = "slidingpanelayout",
visibility = ["PUBLIC"],
exported_deps = [
":slidingpanelayout-binary",
":annotation",
":core",
":customview",
]
":slidingpanelayout-binary",
],
)

fb_native.android_library(
name = "swiperefreshlayout",
visibility = ["PUBLIC"],
exported_deps = [
":swiperefreshlayout-binary",
":annotation",
":core",
":interpolator",
]
":swiperefreshlayout-binary",
],
)

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

fb_native.android_library(
name = "vectordrawable-animated",
visibility = ["PUBLIC"],
exported_deps = [
":vectordrawable-animated-binary",
":legacy-support-core-ui",
":vectordrawable",
]
":vectordrawable-animated-binary",
],
)

fb_native.android_library(
name = "versionedparcelable",
visibility = ["PUBLIC"],
exported_deps = [
":versionedparcelable-binary",
":annotation",
":collection",
]
":versionedparcelable-binary",
],
)

fb_native.android_library(
name = "viewpager",
visibility = ["PUBLIC"],
exported_deps = [
":viewpager-binary",
":annotation",
":core",
":customview",
]
":viewpager-binary",
],
)

# Internal targets
Expand Down Expand Up @@ -464,7 +463,6 @@ fb_native.android_prebuilt_aar(
aar = ":versionedparcelable-binary-aar",
)


fb_native.android_prebuilt_aar(
name = "viewpager-binary",
aar = ":viewpager-binary-aar",
Expand All @@ -489,7 +487,6 @@ fb_native.remote_file(
url = "mvn:androidx.asynclayoutinflater:asynclayoutinflater:aar:1.0.0",
)


fb_native.remote_file(
name = "collection-binary.jar",
sha1 = "42858b26cafdaa69b6149f45dfc2894007bc2c7a",
Expand Down

0 comments on commit 5acb364

Please sign in to comment.