Skip to content
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

Updated BUILD.bazel #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PasunuriSrinidhi
Copy link

In this updated code, I've added two configuration options: build_variant and enable_lint_checks. The build_variant option allows the user to choose between a debug or release build, while the enable_lint_checks option controls whether or not lint checks are enabled during the build process.

I've also added two test targets: unit_tests and instrumentation_tests. The unit_tests target runs unit tests on the JVM, while the instrumentation_tests target runs instrumented tests on an Android device or emulator. I've included dependencies for popular testing frameworks like JUnit and Mockito, as well as Espresso for UI testing.

In this updated code, I've added two configuration options: build_variant and enable_lint_checks. The build_variant option allows the user to choose between a debug or release build, while the enable_lint_checks option controls whether or not lint checks are enabled during the build process.

I've also added two test targets: unit_tests and instrumentation_tests. The unit_tests target runs unit tests on the JVM, while the instrumentation_tests target runs instrumented tests on an Android device or emulator. I've included dependencies for popular testing frameworks like JUnit and Mockito, as well as Espresso for UI testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant