From cc087f0c55aa9f2c893e532b019fad32684ab3a6 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 5 Feb 2020 18:43:05 +0900 Subject: [PATCH] use apex_test for test apexes ... so that the build system can distinguish testing APEXes and installable APEXes, and apply different rules to them. Bug: 146308764 Test: m Change-Id: I02cf93113473cd2d85035b6b67fdf7e91212e5cc --- apex/testing/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apex/testing/Android.bp b/apex/testing/Android.bp index 477c371e2d..376d3e4bda 100644 --- a/apex/testing/Android.bp +++ b/apex/testing/Android.bp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -apex { +apex_test { name: "test_com.android.media", manifest: "test_manifest.json", file_contexts: ":com.android.media-file_contexts", @@ -20,7 +20,7 @@ apex { installable: false, } -apex { +apex_test { name: "test_com.android.media.swcodec", manifest: "test_manifest_codec.json", file_contexts: ":com.android.media.swcodec-file_contexts",