Hi TI Member,
CPU/OS : iMX6/Android 4.3
WiFi IC : WL1285Q
FW version : ol_R5.SP5.01
Recently, we are try to build your "OMAP4_WiLink7_JellyBean_GPSDriverBL2.0.14_ReleaseNotes" for WL1285Q,
we followed your note and faced some issue as like below,
1.
According to section 4.2.2 in the document attached, wpc.conf is needed.
But, in WL67_GPS\source\NaviLink\general\Android.mk , it is marked as below and I can’t find the file in WL67_GPS.
#include $(CLEAR_VARS)
#LOCAL_MODULE := wpc.conf
#LOCAL_MODULE_TAGS := optional
#LOCAL_MODULE_TAGS += debug
#LOCAL_MODULE_CLASS := ETC
#LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/gps/config
#LOCAL_SRC_FILES := $(LOCAL_MODULE)
#include $(BUILD_PREBUILT)
Is wpc.conf necessary? Where can I get the file?
2.
Section 4.2 says we should:
And in SUPLLib’s Android.mk, it says “LOCAL_MODULE := android.supl”.
I can generate the <mydroid>/out/target/product/<platform>/system/framework/android.supl.jar if I build this dir.
But android.supl.jar is not listed in section 4.2.2, It only lists the services.jar.
So, is android.supl.jar necessary or
should I remove the Android.mk to let it become a part of <mydroid>/out/target/product/<platform>/system/framework/services.jar?