From 17730e7cf6185fff2888fac6e0ad106457de38b6 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 5 Feb 2020 18:44:10 +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: I5fdab94da352e8014225b2454aacc2a5b5fc6a52 --- adb/apex/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb/apex/Android.bp b/adb/apex/Android.bp index 75c4ed9db..a6b1e7861 100644 --- a/adb/apex/Android.bp +++ b/adb/apex/Android.bp @@ -21,7 +21,7 @@ apex { } // adbd apex with INT_MAX version code, to allow for upgrade/rollback testing. -apex { +apex_test { name: "test_com.android.adbd", defaults: ["com.android.adbd-defaults"], manifest: "test_apex_manifest.json",