Build deps problem with monochrome_public_apk fails |
||
Issue descriptionI tried to build monochrome_public_apk via ninja -C out/Android/ -j 400 monochrome_public_apk It failed with this error: IOError: [Errno 2] No such file or directory: u'resource_zips/android_webview/system_webview_apk__version_resources.resources.zip' [17/73] SOLINK ./libblink_modules.cr.so I then eventually figured out to build the system_webview_apk, which then as a side-effect generates the above resources file. Looks like there is a missing dep on monochrome_public_apk to tell the system how to build system_webview_apk__version_resources.resources.zip.
,
Mar 26 2018
Yep this has been reverted - should go away when you update your repo. And the error you saw was indeed a deps problem! Haven't seen the error manifest like this yet though (and I would've expected this to be caught by bots, although it could just be flaky). Mind posting your gn args?
,
Mar 26 2018
target_os = "android" target_cpu = "arm" # (default) is_debug = true # (default) is_component_build = true is_clang = true use_goma = true |
||
►
Sign in to add a comment |
||
Comment 1 by jbudorick@chromium.org
, Mar 26 2018Owner: estevenson@chromium.org
Status: Assigned (was: Untriaged)