Merge "Include gps.conf Android make file in build"
This commit is contained in:
commit
5f359dacc7
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