-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #2657: Added BUILD.bazel in util/system #2795
Fix #2657: Added BUILD.bazel in util/system #2795
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @FareesHussain! This seems solid. Just need to make a few small changes after #2275 is in & 1 suggested edit.
utility/src/main/java/org/oppia/android/util/system/BUILD.bazel
Outdated
Show resolved
Hide resolved
utility/src/main/java/org/oppia/android/util/system/BUILD.bazel
Outdated
Show resolved
Hide resolved
utility/src/main/java/org/oppia/android/util/system/BUILD.bazel
Outdated
Show resolved
Hide resolved
Co-authored-by: Ben Henning <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have nothing to add besides what Ben had to say. Looks clean!
… build-bazel-system-utility � Conflicts: � utility/BUILD.bazel
… build-bazel-system-utility
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @FareesHussain! This LGTM.
* Added BUILD.bazel in util/system * changing the visibility private for oppia_clock_impl and re-arranging the targets * Fix Load statement is out of its lexicographical order. * Update utility/src/main/java/org/oppia/android/util/system/BUILD.bazel Co-authored-by: Ben Henning <[email protected]> * changed visibility for the targets Co-authored-by: Ben Henning <[email protected]>
This reverts commit e55c476.
This reverts commit e55c476.
* Added BUILD.bazel in util/system * changing the visibility private for oppia_clock_impl and re-arranging the targets * Fix Load statement is out of its lexicographical order. * Update utility/src/main/java/org/oppia/android/util/system/BUILD.bazel Co-authored-by: Ben Henning <[email protected]> * changed visibility for the targets Co-authored-by: Ben Henning <[email protected]>
Explanation
Fixes #2657
Checklist