commit | 5848825c42bb98442db51a2284d623ecd5989dba | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Jun 06 18:20:36 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Jun 06 21:35:00 2024 +0000 |
tree | e995cad7adff7a6cca14777d7870b4a51d1c27c7 | |
parent | becb4c1c980ee95eba3c36c30fe3d6b3fc35b4a4 [diff] [blame] |
Add sdk_version property to cts tests This change specifies the sdk_version property to the cts test modules so that the test modules do not depend on the framework, and utilize the test api instead. Test: TH Bug: 345499522 Change-Id: I876fb8681dadad9d123bedb38d67c1a31b0f3a54
diff --git a/tests/cts/netpermission/internetpermission/Android.bp b/tests/cts/netpermission/internetpermission/Android.bp index 7d5ca2f..e0424ac 100644 --- a/tests/cts/netpermission/internetpermission/Android.bp +++ b/tests/cts/netpermission/internetpermission/Android.bp
@@ -31,4 +31,5 @@ "general-tests", ], host_required: ["net-tests-utils-host-common"], + sdk_version: "test_current", }