Loading tests/integration/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ android_test { platform_apis: true, test_suites: ["device-tests"], min_sdk_version: "29", target_sdk_version: "30", } // Network stack next integration tests. Loading Loading @@ -111,6 +112,7 @@ android_test { certificate: "networkstack", platform_apis: true, min_sdk_version: "29", target_sdk_version: "30", test_suites: ["device-tests", "mts"], test_config: "AndroidTest_Coverage.xml", defaults: ["NetworkStackIntegrationTestsJniDefaults"], Loading tests/integration/AndroidManifest.xml +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.server.networkstack.integrationtests" android:sharedUserId="android.uid.networkstack"> <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" /> <!-- Note: do not add any privileged or signature permissions that are granted to the network stack app. Otherwise, the test APK will install, but when the device is Loading tests/integration/AndroidManifest_coverage.xml +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.server.networkstack.coverage" android:sharedUserId="android.uid.networkstack"> <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" /> <!-- Note: do not add any privileged or signature permissions that are granted to the network stack app. Otherwise, the test APK will install, but when the device is Loading Loading
tests/integration/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ android_test { platform_apis: true, test_suites: ["device-tests"], min_sdk_version: "29", target_sdk_version: "30", } // Network stack next integration tests. Loading Loading @@ -111,6 +112,7 @@ android_test { certificate: "networkstack", platform_apis: true, min_sdk_version: "29", target_sdk_version: "30", test_suites: ["device-tests", "mts"], test_config: "AndroidTest_Coverage.xml", defaults: ["NetworkStackIntegrationTestsJniDefaults"], Loading
tests/integration/AndroidManifest.xml +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.server.networkstack.integrationtests" android:sharedUserId="android.uid.networkstack"> <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" /> <!-- Note: do not add any privileged or signature permissions that are granted to the network stack app. Otherwise, the test APK will install, but when the device is Loading
tests/integration/AndroidManifest_coverage.xml +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.server.networkstack.coverage" android:sharedUserId="android.uid.networkstack"> <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" /> <!-- Note: do not add any privileged or signature permissions that are granted to the network stack app. Otherwise, the test APK will install, but when the device is Loading