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

Commit 392b31f5 authored by Steven Laver's avatar Steven Laver Committed by android-build-merger
Browse files

Merge "releasetools: build_super_image.py should unpack */build.prop"

am: e24ef864

Change-Id: I64d7eabb1e842705093040df307b3867f1f60c11
parents f84e7da9 e24ef864
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ if sys.hexversion < 0x02070000:
logger = logging.getLogger(__name__)


UNZIP_PATTERN = ["IMAGES/*", "META/*"]
UNZIP_PATTERN = ["IMAGES/*", "META/*", "*/build.prop"]


def GetArgumentsForImage(partition, group, image=None):