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:
@@ -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",
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user