Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efc8fdb6 authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Fix Robolectric tests"

parents 64d4591a 9482c2b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class SettingsLibRobolectricTestRunner extends RobolectricTestRunner {
                    final List<ResourcePath> paths = super.getIncludedResourcePaths();
                    paths.add(resourcePath("file:frameworks/base/packages/SettingsLib/res"));
                    paths.add(resourcePath("file:frameworks/base/core/res/res"));
                    paths.add(resourcePath("file:frameworks/support/v7/appcompat/res"));
                    paths.add(resourcePath("file:frameworks/support/appcompat/res"));
                    return paths;
                }
            };