summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBaili Feng <bailif@codeaurora.org>2016-10-19 10:58:29 +0800
committerDante Russo <drusso@codeaurora.org>2017-02-14 16:51:32 -0800
commit4bb940c0679ab23c9b8954bcb9ad8da5ede093cd (patch)
treedd305591e14e506867130bb740ba7067f5b89287 /configure.ac
parentf871943dc5bea132f1d4e13d2d5d5d62be15bb25 (diff)
downloadgps-4bb940c0679ab23c9b8954bcb9ad8da5ede093cd.tar.gz
Decouple libhardware usage on LE for gnss models
Remove all usage of gps.h and fused_location.h from all gnss models except gps/fpl hal librarys Change-Id: I90ba233c6bbe5c31a4cacceeb981833719c871f2 CRs-Fixed: 1067953
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 4ef39ee..4d14c4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,16 +45,6 @@ PKG_CHECK_MODULES([LOCPLA], [loc-pla])
AC_SUBST([LOCPLA_CFLAGS])
AC_SUBST([LOCPLA_LIBS])
-AC_ARG_WITH([libhardware_includes],
- AC_HELP_STRING([--with-libhardware-includes=@<:@dir@:>@],
- [Specify the location of the libhardware headers]),
- [libhardware_incdir=$withval],
- with_libhardware_includes=no)
-
-if test "x$with_libhardware_includes" != "xno"; then
- CPPFLAGS="${CPPFLAGS} -I${libhardware_incdir}"
-fi
-
AC_ARG_WITH([core_includes],
AC_HELP_STRING([--with-core-includes=@<:@dir@:>@],
[Specify the location of the core headers]),