summaryrefslogtreecommitdiffstats
path: root/libdmitry/Android.mk
diff options
context:
space:
mode:
authorDmitry Grinberg <dmitrygr@gmail.com>2015-12-09 20:14:56 +0100
committertilaksidduram <tilaksidduram@gmail.com>2015-12-22 20:28:43 +0530
commita1ddda15ae35cce424867e16c81190cca6bea907 (patch)
tree3bb5d68af190a23eac5d01c1aebe3594a190cd4d /libdmitry/Android.mk
parent74c6b1298e9df607e7b78f25be56f334efa56c63 (diff)
downloaddevice_samsung_n7100-a1ddda15ae35cce424867e16c81190cca6bea907.zip
device_samsung_n7100-a1ddda15ae35cce424867e16c81190cca6bea907.tar.gz
device_samsung_n7100-a1ddda15ae35cce424867e16c81190cca6bea907.tar.bz2
GPS "hacks" from Manta
Diffstat (limited to 'libdmitry/Android.mk')
-rwxr-xr-xlibdmitry/Android.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/libdmitry/Android.mk b/libdmitry/Android.mk
new file mode 100755
index 0000000..5457c8b
--- /dev/null
+++ b/libdmitry/Android.mk
@@ -0,0 +1,26 @@
+# Copyright (C) 2015 The Android Open Source Project
+# Written by Dmitry Grinberg
+#
+# 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 $(CLEAR_VARS)
+
+LOCAL_SHARED_LIBRARIES := liblog libcutils libgui libbinder libutils
+LOCAL_SRC_FILES := libdmitry.c
+LOCAL_MODULE := libdmitry
+LOCAL_MODULE_TAGS := optional
+include $(BUILD_SHARED_LIBRARY) \ No newline at end of file