I'm having problems extracting vendor from latest angler image (https://dl.google.com/dl/android/aosp/angler-opm6.171019.030.h1-factory-00138df6.zip)
Here is the output I get when running extract-all script (my repo is fully up-to-date):
mikalackis@mikalackis-X550LB:~/Projects/mikalackis/android-prepare-vendor$ ./execute-all.sh -d angler -a angler -b OPM6.171019.030.H1 -o nexus6p/
[*] Setting output base to '/home/mikalackis/Projects/mikalackis/android-prepare-vendor/nexus6p/angler/opm6.171019.030.h1'
--{ Google Terms and Conditions
Downloading of the system image and use of the device software is subject to the
Google Terms of Service [1]. By continuing, you agree to the Google Terms of
Service [1] and Privacy Policy [2]. Your downloading of the system image and use
of the device software may also be subject to certain third-party terms of
service, which can be found in Settings > About phone > Legal information, or as
otherwise provided.
[1] https://www.google.com/intl/en/policies/terms/
[2] https://www.google.com/intl/en/policies/privacy/
[?] I have read and agree with the above terms and conditions - ACKNOWLEDGE [y|n]: y
[*] Downloading image from 'https://dl.google.com/dl/android/aosp/angler-opm6.171019.030.h1-factory-00138df6.zip'
--2018-08-13 11:47:13-- https://dl.google.com/dl/android/aosp/angler-opm6.171019.030.h1-factory-00138df6.zip
Resolving dl.google.com (dl.google.com)... 216.58.209.174, 2a00:1450:400d:809::200e
Connecting to dl.google.com (dl.google.com)|216.58.209.174|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1064343610 (1015M) [application/zip]
Saving to: ‘/home/mikalackis/Projects/mikalackis/android-prepare-vendor/nexus6p/angler/opm6.171019.030.h1/angler-opm6.171019.030.h1-factory-00138df6.zip’
/home/mikalackis/Projects/mikalackis/android-prepar 100%[===================================================================================================================>] 1015M 1,07MB/s in 17m 2s
2018-08-13 12:04:15 (1017 KB/s) - ‘/home/mikalackis/Projects/mikalackis/android-prepare-vendor/nexus6p/angler/opm6.171019.030.h1/angler-opm6.171019.030.h1-factory-00138df6.zip’ saved [1064343610/1064343610]
[*] Extracting '/home/mikalackis/Projects/mikalackis/android-prepare-vendor/nexus6p/angler/opm6.171019.030.h1/angler-opm6.171019.030.h1-factory-00138df6.zip'
[*] Unzipping 'image-angler-opm6.171019.030.h1.zip'
[-] Failed to extract API level from build.prop
Am I missing something here?
I'm having problems extracting vendor from latest angler image (https://dl.google.com/dl/android/aosp/angler-opm6.171019.030.h1-factory-00138df6.zip)
Here is the output I get when running extract-all script (my repo is fully up-to-date):
Am I missing something here?