native library is not getting loaded to apex_defaults from golang conditional implementation?
问题 So I wrote a go file which will dynamically append one library to apex_defaults-> multilib -> first -> native_shared_libs; full code of Android.bp can be checked here. However I can not see the compiled .so file in my out directory like other lib .so files generated. Long Explanation: I want to add a library named "libabcxtractor" to the array native_shared_libs; for that matter I wrote a .go file(as recommended by Google) with some condition which looks like this: package my_apex import (