I was eager to try android 12. So I synced android-12.0.0_r2 and tried building with my device tree. But it fails to bootstrap with long lines of Golang panic.
Error Msg:
FAILED: out/soong/.bootstrap/bin/soong_build out/soong/build.ninja - Pastebin.comThe Blueprint (Android.bp) of the
libshim_sensorndkbridge:
cc_library_shared {
name: "libshim_sensorndkbridge",
srcs: ["ASensorManager.cpp"],
shared_libs: [
"libsensorndkbridge",
"libutils",
"liblog",
],
whole_static_libs: ["libbase"],
header_libs: ["libbase_headers"],
vendor: true,
include_dirs: [
"system/core/libutils/include",
"frameworks/hardware/interfaces/sensorservice/libsensorndkbridge",
],
}
It will be great if someone can guide me what is the problem