Skip to content

Commit

Permalink
gps: Cleanup makefiles
Browse files Browse the repository at this point in the history
* Bring in line with other 8916 device trees
* Remove build guard, already checked in top Android.mk

Change-Id: I9adb6b5be736ea4668e8c580c2ca15c895cc7e76
  • Loading branch information
mikeNG authored and intervigilium committed Jun 17, 2016
1 parent eac8ddc commit ed1121b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 160 deletions.
4 changes: 1 addition & 3 deletions gps/Android.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2014 The CyanogenMod Project
# 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.
Expand All @@ -16,6 +16,4 @@

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),tomato)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif
50 changes: 0 additions & 50 deletions gps/CleanSpec.mk

This file was deleted.

10 changes: 0 additions & 10 deletions gps/Makefile.am

This file was deleted.

85 changes: 0 additions & 85 deletions gps/configure.ac

This file was deleted.

10 changes: 0 additions & 10 deletions gps/loc-api.pc.in

This file was deleted.

2 changes: 1 addition & 1 deletion gps/loc_api/libloc_api_50001/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ endif
LOCAL_C_INCLUDES:= \
$(TARGET_OUT_HEADERS)/gps.utils \
$(TARGET_OUT_HEADERS)/libloc_core \
$(call project-path-for,qcom-gps)/loc_api/libloc_api_50001 \
$(LOCAL_PATH) \
$(TARGET_OUT_HEADERS)/libflp

LOCAL_COPY_HEADERS_TO:= libloc_eng/
Expand Down
2 changes: 1 addition & 1 deletion gps/loc_api/loc_api_v02/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)

endif # not BUILD_TINY_ANDROID
endif #QCPATH
endif # QCPATH

0 comments on commit ed1121b

Please sign in to comment.