Hi,

I am new to Android.bp
I have a requirement where I need to use prebuilt shared library for both
arm and arm64 architectures.
How to add conditional sources picking in Android.bp based on the arch type
building.

Sample:

cc_prebuilt_library_shared {
    name: "libmymodule",
    owner: "mycomp",

    srcs: ["obj/libmymodule.so"],
    compile_multilib: "both",
    vendor_available: true,

    header_libs: ["libmymodule_headers"],
    export_header_lib_headers: ["libmymodule_headers"],
}

-- 
Yours,
Dhineshkumar C
Mob: +919611469156

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to