Skip to content

Commit

Permalink
Revert "Fix oppia#2657: Added BUILD.bazel in util/system (oppia#2795)"
Browse files Browse the repository at this point in the history
This reverts commit e55c476.
  • Loading branch information
techjd committed Mar 9, 2021
1 parent f70a5b6 commit 29e93d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
8 changes: 1 addition & 7 deletions utility/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ load("//utility:utility_test.bzl", "utility_test")
# list will automatically be excluded from the top-level utility library. It's recommended to use
# globs here to ensure new files added to migrated packages don't accidentally get included in the
# top-level module library.
MIGRATED_PROD_FILES = glob([
"src/main/java/org/oppia/android/util/accessibility/*.kt",
"src/main/java/org/oppia/android/util/system/*.kt",
])
MIGRATED_PROD_FILES = glob(["src/main/java/org/oppia/android/util/accessibility/*.kt"])

# Library for general-purpose utilities.
kt_android_library(
Expand All @@ -41,9 +38,6 @@ kt_android_library(
"//third_party:com_github_bumptech_glide_glide",
"//third_party:com_google_guava_guava",
"//third_party:org_jetbrains_kotlinx_kotlinx-coroutines-core",
"//utility/src/main/java/org/oppia/android/util/system:oppia_clock",
"//utility/src/main/java/org/oppia/android/util/system:oppia_date_time_formatter",
"//utility/src/main/java/org/oppia/android/util/system:prod_module",
],
)

Expand Down
50 changes: 0 additions & 50 deletions utility/src/main/java/org/oppia/android/util/system/BUILD.bazel

This file was deleted.

0 comments on commit 29e93d5

Please sign in to comment.