Skip to content

Commit

Permalink
To facilitate the is_androidx default to None and skip when type is N…
Browse files Browse the repository at this point in the history
…one for Android Libraries, marking these used libraries as is_androidx = False

Summary:
This is the precursor to the next diff which will swap the defaults
drop-conflicts

Reviewed By: mkillianey

Differential Revision: D14652399

fbshipit-source-id: 021ff89a1c1f19942ec02414eef0d910a097b63e
  • Loading branch information
rratmansky authored and facebook-github-bot committed Mar 28, 2019
1 parent 3983392 commit 80e850e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/com/facebook/testing/screenshot/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ load("//tools/build_defs/oss:screenshot_test_defs.bzl", "SCREENSHOT_TESTS_VISIBI
fb_core_android_library(
name = "screenshot",
srcs = glob(["**/*.java"]),
is_androidx = False,
visibility = SCREENSHOT_TESTS_VISIBILITY,
deps = [
"fbandroid//third-party/android/support-new:support-v4",
Expand Down

0 comments on commit 80e850e

Please sign in to comment.