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

Commit 42739c0b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add the `testOnly` flag to test_com.android.server"

parents 2967c2eb c1c43d67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="test_com.android.server">
    <!-- APEX does not have classes.dex -->
    <application android:hasCode="false">
    <application android:hasCode="false" android:testOnly="true">
        <apex-system-service
            android:name="com.android.server.testing.FakeApexSystemService"
            android:path="/apex/test_com.android.server/javalib/FakeApexSystemService.jar"