Fix test config

test app was failing to install when running in integration due to
shared uid. Removing the sharedUid field from test.

Test: m Enable16KbTest && atest -c Enable16KbTest
Bug: 341995374

Change-Id: I37f481c552f8f0779bcd8c69cf4e40598590f5db
This commit is contained in:
Pawan Wagh
2024-06-05 18:50:39 +00:00
parent 10ff699b99
commit 9021526247
2 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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>