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

Commit cc087f0c 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: I02cf93113473cd2d85035b6b67fdf7e91212e5cc
parent 5b16d6b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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",