Include gps.conf Android make file in build
The Android.mk for gps.conf was ineffective since it was commented out. This change corrects that. Change-Id: If07df6a2a1694b442a741382206261b5087a0105
This commit is contained in:
parent
7fcd1aba96
commit
a739e07644
1 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
#LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
#include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
#LOCAL_MODULE := gps.conf
|
LOCAL_MODULE := gps.conf
|
||||||
#LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
#LOCAL_MODULE_CLASS := ETC
|
LOCAL_MODULE_CLASS := ETC
|
||||||
#LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/
|
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/
|
||||||
#LOCAL_SRC_FILES := gps.conf
|
LOCAL_SRC_FILES := gps.conf
|
||||||
#include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue