On Mon, Jul 15, 2019 at 02:27:27PM +0100, George Dunlap wrote:
> Or use Android's build system?

I never worked with AOSP's sources, but after reading
https://elinux.org/Android_Build_System
the build system seems quite helpful.

If we can do the following to build libxl, I think we could live with a
similar build system:
    make libxl
or
    . build/envsetup.sh
    cd tools/libxl
    mma

Right now, building just libxl is complicated, one needs to figure out
all the dependencies or build all tools/.

But I don't know how ./configure would work with that, or if it is
needed.

-- 
Anthony PERARD

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to