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

Commit 1dfca460 authored by Abhishek Nigam's avatar Abhishek Nigam
Browse files

Revert "Move more non-AB code to separate files"

This reverts commit 513b86e5.

Change-Id: I6aae60642772a052404eb1773966b2e637864bbc
parent b148ac22
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -483,13 +483,8 @@ python_binary_host {
    defaults: ["releasetools_binary_defaults"],
    srcs: [
        "make_recovery_patch.py",
        "non_ab_ota.py",
        "edify_generator.py",
        "check_target_files_vintf.py",
    ],
    libs: [
        "ota_utils_lib",
        "ota_metadata_proto",
        "releasetools_common",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import sys
import zipfile

import common
from apex_manifest import ParseApexManifest

logger = logging.getLogger(__name__)

Loading