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

Commit bd4e2eb4 authored by Yo Chiang's avatar Yo Chiang Committed by Automerger Merge Worker
Browse files

Merge "releasetools: Fix non-existent required dependency" am: 61e1cc73 am:...

Merge "releasetools: Fix non-existent required dependency" am: 61e1cc73 am: 5e113d40 am: 01a66620 am: 7aa61f80

Change-Id: Ia1aca7a44be21af21293cfdfc2aceb36107efa5e
parents bf952835 7aa61f80
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -73,9 +73,6 @@ python_defaults {
        "releasetools_build_super_image",
        "releasetools_common",
    ],
    required: [
        "zip2zip",
    ],
}

python_defaults {
@@ -468,9 +465,6 @@ python_defaults {
    data: [
        "testdata/**/*",
    ],
    required: [
        "otatools",
    ],
}

python_test_host {