Hi,

My intention is to add a prebuilt shared library as vendor module and these 
headers are reference in multiple modules. 

I am facing errors:
prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm:
 
out/target/product/symbols/system/lib64/libmymodule.so: no symbols
prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-objcopy:out/target/product/obj/SHARED_LIBRARIES/libmymodule
 
   _intermediates/stvhR4nj: can't add section '.gnu_debugdata': File in 
wrong format


This is my Android.bp file

//64 bit shared lib
// ============================================================
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"],
}

Any solution is helpful!!


-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to