remove link depedency to dsi_netctrl temporarily
the link dependency is necessary for ds_api to work, but it would bring in libqcci_legacy indirectly, which would cause crash at runtime when calling into the qmi client implementation fromlibqcci_legacy, while the right impl is from qmi-frameworks. Change-Id: If986fe059199dd752526dbe837fcf03b4b4d8002
This commit is contained in:
parent
836bdc4386
commit
c3643ebf64
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ libloc_ds_api_la_LDFLAGS += -Wl,--export-dynamic
|
|||
libloc_ds_api_la_CPPFLAGS = $(AM_CFLAGS) $(AM_CPPFLAGS) $(libloc_ds_api_CFLAGS)
|
||||
endif
|
||||
|
||||
libloc_ds_api_la_LIBADD = -lstdc++ $(QMIF_LIBS) -lqmiservices -ldsi_netctrl $(LOCPLA_LIBS) ../utils/libgps_utils_so.la
|
||||
libloc_ds_api_la_LIBADD = -lstdc++ $(QMIF_LIBS) -lqmiservices $(LOCPLA_LIBS) ../utils/libgps_utils_so.la
|
||||
|
||||
libloc_api_v02_CFLAGS = \
|
||||
$(QMIF_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue