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

Commit bd652956 authored by Zhi Dou's avatar Zhi Dou Committed by Android (Google) Code Review
Browse files

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

parents 968c6bcc a368bab5
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);
    }
}