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
Previously working on
Has this always been a problem, or is it a new issue?
New issue
Description
. I am trying to build the Andoid 14, branch android-14.0.0_r50 using the manifests from https://github.com/sonyxperiadev/local_manifests. When building all the ninja dependencies, the android health dependencies are not found and hence the target is not assembled.
Symptoms
[100% 1165/1165] analyzing Android.bp files and generating ninja file at out/soong/build.aosp_xqdq54.ninja
FAILED: out/soong/build.aosp_xqdq54.ninja
cd "$(dirname "out/host/linux-x86/bin/soong_build")" && BUILDER="$PWD/$(basename "out/host/linux-x86/bin/soong_build")" && cd / && env -i "$BUILDER" --top "$TOP" --soong_out "out/soong" --out "out" --soong_variables out/soong/soong.aosp_xqdq54.variables -o out/soong/build.aosp_xqdq54.ninja --globListDir aosp_xqdq54 --globFile out/soong/globs-aosp_xqdq54.ninja -l out/.module_paths/Android.bp.list --available_env out/soong/soong.environment.available --used_env out/soong/soong.environment.used.aosp_xqdq54.build Android.bp
error: device/sony/common/hardware/health/Android.bp:1:1: "[email protected]" depends on undefined module "[email protected]".
Or did you mean ["[email protected]"]?
error: device/sony/common/hardware/health/Android.bp:1:1: "[email protected]" depends on undefined module "libhealthservice".
Or did you mean ["libartservice"]?
error: device/sony/common/hardware/health/Android.bp:1:1: "[email protected]" depends on undefined module "libhealthstoragedefault".
Or did you mean ["healthfitness-ui-statsd"]?
fatal errors encountered
00:03:51 soong bootstrap failed with: exit status 1
How to reproduce
Use android-14.0.0_r50 to build from the Sony manifests.
Additional context
Add any other context, e.g. upload logs or screenshots about the bug here.
The text was updated successfully, but these errors were encountered:
Platform: : Android 14
Device: : XQ- DQ54
Kernel version:
Android version: Android 14
Software binaries version:
Previously working on
Has this always been a problem, or is it a new issue?
New issue
Description
. I am trying to build the Andoid 14, branch android-14.0.0_r50 using the manifests from https://github.com/sonyxperiadev/local_manifests. When building all the ninja dependencies, the android health dependencies are not found and hence the target is not assembled.
Symptoms
How to reproduce
Use android-14.0.0_r50 to build from the Sony manifests.
Additional context
Add any other context, e.g. upload logs or screenshots about the bug here.
The text was updated successfully, but these errors were encountered: