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

Commit efc4c64e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "replace apex name com.google to com" into main am: 323cca9a

parents 1b804226 323cca9a
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);
    }
}