Re: [PATCH v2] perf docs: Mark the Android document as obsolete
From: Leo Yan
Date: Mon Jul 15 2024 - 16:11:49 EST
On 7/15/2024 8:44 PM, Ian Rogers wrote:
[...]
> So we're cross-compiling in bazel, so it is a different set up than
> the makefiles - I'm happy to work to share the bazel set up if other
> people care. I'm having a play to see if I can get the Makefile
> working, my first attempts are clearly mixing x86 code into the
> supposedly arm64 build, which would appear to be more of a build
> system rather than code problem.
Thanks!
I don't have knowledge for Bazel build system, but it surprised me a bit that
the build system doesn't use the makefiles in Perf.
I think it is the right way to fix makefiles in Perf for cross building with
LLVM/Clang. I would like hold on the Android document updating - once the
building is fixed, we will have better knowledge for building perf on Android.
Thanks,
Leo