From 735df82261e3b5898a4ddad24226ee03955d2b75 Mon Sep 17 00:00:00 2001 From: Jookia <166291@gmail.com> Date: Wed, 9 Nov 2016 07:14:35 +1100 Subject: Remove all GPS code. Currently gpswrapper causes a crash when booting, so for now remove it. But since we're removing that, remove the rest of it while we're at it. If people want to use the GPS, they can revert this commit. --- gpswrapper/Android.mk | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 gpswrapper/Android.mk (limited to 'gpswrapper/Android.mk') diff --git a/gpswrapper/Android.mk b/gpswrapper/Android.mk deleted file mode 100755 index a9d1ef5..0000000 --- a/gpswrapper/Android.mk +++ /dev/null @@ -1,21 +0,0 @@ -LOCAL_PATH := $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_MODULE_TAGS := optional - -LOCAL_MODULE := gps.$(TARGET_BOARD_PLATFORM) - -LOCAL_SHARED_LIBRARIES:= \ - liblog \ - libdl - -LOCAL_SRC_FILES += \ - gps.c - -LOCAL_CFLAGS += \ - -fno-short-enums - -LOCAL_PRELINK_MODULE := false -LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw - -include $(BUILD_SHARED_LIBRARY) -- cgit v1.1