redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

redroid13 arm64_userdebug build failed

Open OldYellow99 opened this issue 1 year ago • 3 comments

I want to support both 32 and 64 at arm64 but get this: build/make/core/main.mk:753: warning: Missing required dependencies: TARGET module libstagefrighthw_32 requires non-existent TARGET module: libOmxCore build/make/core/main.mk:758: warning: Set BUILD_BROKEN_MISSING_REQUIRED_MODULES := true to bypass this check if this is intentional build/make/core/main.mk:759: error: Build failed. 20:57:41 ckati failed with: exit status 1 I add BUILD_BROKEN_MISSING_REQUIRED_MODULES := true and build finished, but some so lost in /vendor/lib/ . example: [email protected]

OldYellow99 avatar Nov 21 '23 14:11 OldYellow99