aosp_build icon indicating copy to clipboard operation
aosp_build copied to clipboard

AOSP Build system compatible version of Open GApps

Results 38 aosp_build issues
Sort by recently updated
recently updated
newest added

similar to issue #222 I get build errors during makefile gathering for nonexisting packets on arm: ``[ 99% 13085/13114] including vendor/opengapps/build/modules/TrichromeLibrary/Android.mk ... FAILED: zipinfo: cannot find or open , .zip...

here is a my aosp build environment. I am trying to build a Android TV 10 with a 'tvmini' variant. But I cant find way out from a blow issue...

I tried to build the micro opengapps on a Pixel 2 with Android 10 AOSP and got this build error > FAILED: out/target/product/walleye/obj/SHARED_LIBRARIES/libsketchology_native_intermediates/check_elf_files.timestamp /bin/bash -c "(rm -f out/target/product/walleye/obj/SHARED_LIBRARIES/libsketchology_native_intermediates/check_elf_files.timestamp ) &&...

No idea if this is relative also to #255 For me even with the #222 included patch it fails on x86_64 builds over android 10, no idea if 9 also...

Some apps don't exist in all archs. Only include makefiles of selected apps to avoid such errors: [570/645] including vendor/opengapps/build/modules/ActionsServices/Android.mk ... error: ActionsServices: No source files specified

Those builds fail with the following error: ``` [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:...

Following the Getting Started, during building I got the following error: `FAILED: zipinfo: cannot find or open , .zip or .ZIP. tools/tradefederation/core/util-apps/WifiUtil/Android.mk: error: ActionsServices: No source files specified build/make/core/prebuilt_internal.mk:37: error:...

``` FAILED: out/target/product/coral/obj/APPS/MarkupGoogle_intermediates/package.apk /bin/bash -c "(rm -f out/target/product/coral/obj/APPS/MarkupGoogle_intermediates/package.apk ) && (cp \"vendor/opengapps/sources/all/app/com.google.android.markup/29/nodpi/29.apk\" \"out/target/product/coral/obj/APPS/MarkupGoogle_intermediates/package.apk\" ) && (if (zipinfo out/target/product/coral/obj/APPS/MarkupGoogle_intermediates/package.apk 'lib/*.so' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then out/soong/host/linux-x86/bin/zip2zip...

This is my first time adding Open Gapps to my AOSP codebase. I have made changes to `device.mk`. I have tried different combinations in terms of build variants (pico to...

`aosp_build` is missing support for the `tvstock` variant