You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[642/718] including vendor/opengapps/build/modules/ActionsServices/Android.mk ...
zipinfo: cannot find or open , .zip or .ZIP.
tools/test/connectivity/Android.mk: error: ActionsServices: No source files specified
build/make/core/prebuilt_internal.mk:35: error: done.
16:07:25 ckati failed with: exit status 1
#### failed to build some targets (46 seconds) ####
This happens because there is no ActionsServices blob in the all, x86 or x86_64 repos here: https://gitlab.opengapps.org/opengapps but vendor/opengapps/build/modules/ActionsServices/Android.mk somehow still gets included even if you have GAPPS_EXCLUDED_PACKAGES += ActionsServices
Those builds fail with the following error:
This happens because there is no ActionsServices blob in the
all
,x86
orx86_64
repos here: https://gitlab.opengapps.org/opengapps but vendor/opengapps/build/modules/ActionsServices/Android.mk somehow still gets included even if you haveGAPPS_EXCLUDED_PACKAGES += ActionsServices
This PR fixes the problem for me: #222
The text was updated successfully, but these errors were encountered: