From 439e8e3574b56cef39aee50f07d474a097fc21bd Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 6 Feb 2020 14:54:31 +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: Ie7dc9ad1444904f49047093a44e7fcd0a5f56ffe --- apex/permission/testing/Android.bp | 2 +- apex/statsd/testing/Android.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apex/permission/testing/Android.bp b/apex/permission/testing/Android.bp index f8978dcd83eec..63bf0a08e9560 100644 --- a/apex/permission/testing/Android.bp +++ b/apex/permission/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.permission", visibility: [ "//system/apex/tests", diff --git a/apex/statsd/testing/Android.bp b/apex/statsd/testing/Android.bp index 22e73015ba399..a9cd0ccb53e8f 100644 --- a/apex/statsd/testing/Android.bp +++ b/apex/statsd/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.os.statsd", visibility: [ "//system/apex/tests",