commit | 3a0209e7728e3e2fd3ed86908f29078ffaa37a29 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Thu May 04 01:15:47 2023 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed May 10 21:06:28 2023 +0300 |
tree | 0ebae52c7f128bfc6bf87186d933aef820a1e742 | |
parent | 3ce5a9283c9a196643230460d6023773ea17acad [diff] [blame] |
FP4: Import GPS HAL from LA.UM.9.12.r1-13800-SMxx50.0 Change-Id: Ia11d98eaa5191f923299950e8eb166d0e8fd67f8
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)