aboutsummaryrefslogtreecommitdiff
path: root/gps/Android.mk
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2017-12-12 19:43:28 +0100
committerDavide Garberi <dade.garberi@gmail.com>2017-12-12 19:43:28 +0100
commit675df1371342e43a0c51a4a7ff99c5da78f0b884 (patch)
treeb969421d0d1068818e9bf1dfb2c8d85e94ab6dbf /gps/Android.mk
parentc0edbd5a181dba335f588933308f40fc395d5917 (diff)
msm8996-common: Nuke the GPS Hal
* Just to make a clean import Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'gps/Android.mk')
-rw-r--r--gps/Android.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/gps/Android.mk b/gps/Android.mk
deleted file mode 100644
index 0fe75aa..0000000
--- a/gps/Android.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Copyright (C) 2016 The CyanogenMod Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-LOCAL_PATH := $(call my-dir)
-
-ifneq ($(filter z2_plus z2_row,$(TARGET_DEVICE)),)
-include $(call all-subdir-makefiles,$(LOCAL_PATH))
-endif