Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17730e7c authored by Jiyong Park's avatar Jiyong Park
Browse files

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
parent ab65ef22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",