Make constructor used by subclasses public

kotlinc 1.8.0 fails to compile a subclass of a class with a private
constructor:
platform_testing/libraries/health/rules/src/android/platform/test/rule/BaseOrientationRule.kt:31:43: error: cannot access '<init>': it is private in 'BaseOrientationRule'
internal class LandscapeOrientationRule : BaseOrientationRule(LANDSCAPE)
                                          ^

Make the constructor public instead.

Bug: 265379604
Test: TreeHugger
Change-Id: I1f884c4dd5c1208272fce5660ce0f3482e219e49
Merged-In: I965ad75c37122e767424845b03e5b1cf92ad142f
1 file changed