--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
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 android-buildi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ying Wang,Thank you. The suggestion on followings do work
- LOCAL_SRC_FILES_arm & LOCAL_SRC_FILES_arm64
- LOCAL_MODULE_TARGET_ARCH arm arm64
However, the 2nd party of this file is still not working. This involves linking 2 static libaries, my_a_lib and my_b_lib into a bigger library my_lib. It shows msg below."prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-ar: unable to copy file 'out/target/product/generic_arm64/obj/STATIC_LIBRARIES/my_lib_intermediates/my_lib.a'; reason: Permission denied"