You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes#2881: Creating BUILD.bazel for statusbar utility
Fixes#2881 by creating a BUILD.bazel file
* Adding the path of statusbar in module level BUILD.bazel
* Failing lint check
* Taking the status bar utility directly to the app module
* suggested changes
* lint issue solved
* nit change
This task is part of the build system migration from Gradle to Bazel.
Prerequesites
Task
src/main/java/org/oppia/android/util/statusbar/
Based on the imports in the Kotlin files, add the required third_party dependencies to make the libraries build.
Run
inside the directory, to verify that the libraries build.
Check the Useful links section for a list of third_party dependencies.
You can start with the following stub
Add the directory to the MIGRATED_PROD_FILES of the module's root BUILD.bazel file
Add the libraries to the list of deps dependencies in the targets that require the library
You will have to set the apropriate visbility. See the list of visibilities in the link below.
Clean up any unused deps dependencies
Verify that the app builds
Useful links
The text was updated successfully, but these errors were encountered: