[BUG]: model/src/main/proto/BUILD.bazel has build issues #5305
Labels
bug
End user-perceivable behaviors which are not desirable.
Impact: Low
Low perceived user impact (e.g. edge cases).
Work: Low
Solution is clear and broken into good-first-issue-sized chunks.
Describe the bug
In model/src/main/proto/BUILD.bazel the proto feedback_reporting_proto requires languages.proto but doesn't actually depend on it. This results in a build error, but only when building all targets in the app (e.g.
bazel build //...
) since, as of this issue, no library yet depends on feedback_reporting_proto.Steps To Reproduce
Try to build all proto libraries, e.g.:
bazel build //model/...
.Expected Behavior
All model targets should build without any errors.
Screenshots/Videos
No response
What device/emulator are you using?
N/A
Which Android version is your device/emulator running?
N/A
Which version of the Oppia Android app are you using?
N/A
Additional Context
No response
The text was updated successfully, but these errors were encountered: