summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-23 11:57:59 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-23 12:04:45 +0200
commit77d80f9e5bf2c34bacc9bbdf1cfc3bafe593dd51 (patch)
tree7868da56905487bdd50eb1435782e7cc09061163 /android
parent7fddab07f4c8e054a489285097623172b853912f (diff)
Possibly need dummy jni/Android.mk and Application.mk for ndk-gdb to work
Diffstat (limited to 'android')
-rw-r--r--android/qa/sc/jni/Android.mk23
-rw-r--r--android/qa/sc/jni/Application.mk2
2 files changed, 25 insertions, 0 deletions
diff --git a/android/qa/sc/jni/Android.mk b/android/qa/sc/jni/Android.mk
new file mode 100644
index 000000000000..c5c2ed3b0293
--- /dev/null
+++ b/android/qa/sc/jni/Android.mk
@@ -0,0 +1,23 @@
+# Copyright (C) 2009 The Android Open Source Project
+#
+# 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_MODULE := dummy
+LOCAL_SRC_FILES := dummy.c
+LOCAL_LDLIBS :=
+
+include $(BUILD_SHARED_LIBRARY)
diff --git a/android/qa/sc/jni/Application.mk b/android/qa/sc/jni/Application.mk
new file mode 100644
index 000000000000..a11b28debc0c
--- /dev/null
+++ b/android/qa/sc/jni/Application.mk
@@ -0,0 +1,2 @@
+APP_ABI := armeabi-v7a
+APP_PLATFORM := android-14