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

Commit a368bab5 authored by Zhi Dou's avatar Zhi Dou
Browse files

replace apex name com.google to com

Test: atest aconfig_device_paths_java_test
Bug: 386211473
Change-Id: Ic342549631d76a43deb5febcc81726792f50a17b
parent 38166b3c
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);
    }
}