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

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

Merge "Fix test config" into main am: 4f19466f

parents 5a979e94 4f19466f
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>