Loading apct-tests/perftests/autofill/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ android_test { "androidx.test.rules", "androidx.annotation_annotation", "apct-perftests-utils", "collector-device-lib-platform", ], platform_apis: true, test_suites: ["device-tests"], Loading apct-tests/perftests/autofill/AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,11 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.perftests.autofill"> <uses-sdk android:targetSdkVersion="28" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.REAL_GET_TASKS" /> <application> <uses-library android:name="android.test.runner" /> <activity android:name="android.perftests.utils.PerfTestActivity" Loading Loading
apct-tests/perftests/autofill/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ android_test { "androidx.test.rules", "androidx.annotation_annotation", "apct-perftests-utils", "collector-device-lib-platform", ], platform_apis: true, test_suites: ["device-tests"], Loading
apct-tests/perftests/autofill/AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,11 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.perftests.autofill"> <uses-sdk android:targetSdkVersion="28" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.REAL_GET_TASKS" /> <application> <uses-library android:name="android.test.runner" /> <activity android:name="android.perftests.utils.PerfTestActivity" Loading