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

Commit fff56eb0 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

am: 392b31f5

Change-Id: If27423b07d7ff37571af50a3369f6c45ecab8939
parents 00f1509b 392b31f5
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):