commit | 58e7cab2086e4d1bca1f6cd7eb2d2762d51082ca | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Fri May 12 04:05:32 2023 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Fri May 12 04:05:32 2023 +0300 |
tree | 1d0a86ce709094acac93b30ce9665330d5df5eaa | |
parent | 13bf002d744dd162fed05680990d5e82d4e805ec [diff] [blame] |
axolotl: Import GPS HAL from LA.UM.8.3.c25-05600-sdm845.0 Change-Id: I5e4c19337e30c7fb23d4ff5bf65acd3520238c8a
diff --git a/gps/Makefile.am b/gps/Makefile.am new file mode 100644 index 0000000..cd4a731 --- /dev/null +++ b/gps/Makefile.am
@@ -0,0 +1,10 @@ +# Makefile.am - Automake script for gps loc_api +# + +ACLOCAL_AMFLAGS = -I m4 + +SUBDIRS = gnss + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = loc-hal.pc +EXTRA_DIST = $(pkgconfig_DATA)