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
This commit is contained in:
Jiyong Park 2020-02-05 18:44:10 +09:00
parent ab65ef22a5
commit 17730e7cf6
1 changed files with 1 additions and 1 deletions

View File

@ -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",