fm: Fix dependency compile error
When enforce compile time product I/F, product module
cannot link to system module except VNDK libraries.
System_ext module cannot link to product module and vice versa.
System_ext module can link to system with no restrictions.
libandroid_runtime.so is FWK-Only.so.
libnativehelper.so is not SDK/NDK APIs.
libbtconfigstore is vendor lib, now is in system_ext.
Move libqcomfm_jni and its apks to system_ext.
It will fix the errors:
error: dependency "libandroid_runtime" of "libqcomfm_jni" missing variant:
error: dependency "libnativehelper" of "libqcomfm_jni" missing variant:
error: dependency "libbtconfigstore" of "libqcomfm_jni" missing variant:
"qcom.fmradio.jar" belongs to PRODUCT_BOOT_JARS, should be in system partition same as boot.jar
Change-Id: If7805383bd0a31e5525bcca86c131abb9b17d70f
CRs-Fixed: 2643210
4 files changed