sonyxperiadev / bug_tracker

Empty repository that is used as a bugtracker for Open Devices project
52 stars 13 forks source link

Unresolved package dependencies for android-14.0.0_r50, Xperia 1 V #835

Open gecko19 opened 2 months ago

gecko19 commented 2 months ago

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

[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: "android.hardware.health@2.0-service.sony" depends on undefined module "android.hardware.health@2.0-impl".
Or did you mean ["android.hardware.health@2.1-impl"]?
error: device/sony/common/hardware/health/Android.bp:1:1: "android.hardware.health@2.0-service.sony" depends on undefined module "libhealthservice".
Or did you mean ["libartservice"]?
error: device/sony/common/hardware/health/Android.bp:1:1: "android.hardware.health@2.0-service.sony" 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.

MarijnS95 commented 1 month ago

@jerpelea thanks. Do you have any other logs showing that android.hardware.health@2.1-service is starting or failed to start?

MarijnS95 commented 1 month ago

Let's keep debug discussions in https://github.com/sonyxperiadev/device-sony-common/pull/918 fwiw, that should make it easier to find :)