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

Commit 01a66620 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: 5e113d40

Change-Id: I236286dd8ee61e0163a941e6adb1a645489296eb
parents 2b617764 5e113d40
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 {