Merge "Fix test config" into main am: 4f19466f56
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3114506 Change-Id: I96194603f06e24effecbbf3f04cbea01e21e7c0f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -17,7 +17,7 @@ package {
|
|||||||
default_team: "trendy_team_android_kernel",
|
default_team: "trendy_team_android_kernel",
|
||||||
}
|
}
|
||||||
|
|
||||||
android_test_helper_app {
|
android_test {
|
||||||
name: "test_16kb_app",
|
name: "test_16kb_app",
|
||||||
srcs: ["test_16kb_app/src/**/*.java"],
|
srcs: ["test_16kb_app/src/**/*.java"],
|
||||||
manifest: "test_16kb_app/test_16kb_app.xml",
|
manifest: "test_16kb_app/test_16kb_app.xml",
|
||||||
|
@@ -16,8 +16,8 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.settings.development.test"
|
android:installLocation="internalOnly"
|
||||||
android:sharedUserId="android.uid.systemui">
|
package="com.android.settings.development.test">
|
||||||
<application>
|
<application>
|
||||||
<uses-library android:name="android.test.runner"/>
|
<uses-library android:name="android.test.runner"/>
|
||||||
</application>
|
</application>
|
||||||
|
Reference in New Issue
Block a user