android_device_xiaomi_sdm66.../etc/Android.mk
Tushar Janefalkar a739e07644 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
2013-03-26 14:11:27 -07:00

11 lines
230 B
Makefile
Executable file

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := gps.conf
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/
LOCAL_SRC_FILES := gps.conf
include $(BUILD_PREBUILT)