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

Commit 4f19466f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix test config" into main

parents 392f07f4 90215262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ package {
    default_team: "trendy_team_android_kernel",
}

android_test_helper_app {
android_test {
    name: "test_16kb_app",
    srcs: ["test_16kb_app/src/**/*.java"],
    manifest: "test_16kb_app/test_16kb_app.xml",
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@
  -->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.settings.development.test"
          android:sharedUserId="android.uid.systemui">
          android:installLocation="internalOnly"
          package="com.android.settings.development.test">
    <application>
        <uses-library android:name="android.test.runner"/>
    </application>