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

Commit 323cca9a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "replace apex name com.google to com" into main

parents 0ab4fa12 3dbc565d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class DeviceProtosTestUtil {
                continue;
            }

            String apexName = prefix.getName();
            String apexName = prefix.getName().replace("com.google", "com");
            apexName = apexName.substring(0, apexName.length() - 5);

            File protoPath = new File(APEX_DIR + apexName + APEX_ACONFIG_PATH_SUFFIX);
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ public class DeviceProtosTestUtilTest {
            }
        }

        assertTrue(platformFlags > 0);
        assertTrue(mainlineFlags > 0);
        assertTrue(platformFlags > 3);
        assertTrue(mainlineFlags > 3);
    }
}