diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 16:30:40 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:23:27 +0100 |
commit | 4adc5216a4c0ddd4be5291562e19dfa55065faae (patch) | |
tree | 2408e6a7018ed28f2d1f54f88c16f0a06360642c /gps/Android.mk | |
parent | d8df364ab3617327866f8bcf6bb63d580c0f2434 (diff) |
remove gps
Change-Id: Ia1b7e04bb52bb7a669629c8433a6ccc56a895e6b
Diffstat (limited to 'gps/Android.mk')
-rw-r--r-- | gps/Android.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gps/Android.mk b/gps/Android.mk deleted file mode 100644 index 0a08b40..0000000 --- a/gps/Android.mk +++ /dev/null @@ -1,20 +0,0 @@ -# -# Copyright (C) 2013-2016, The CyanogenMod Project -# Copyright (C) 2017, The LineageOS 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) - -include $(call all-subdir-makefiles,$(LOCAL_PATH)) |