Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

prebuilt: Commit

prebuilt


Commit MetaInfo

Revisión34f0106f00477ee85fb19939fa0ddaec90c328a7 (tree)
Tiempo2009-07-09 05:15:26
AutorYi_Sun <beyounn@gmai...>
CommiterYi_Sun

Log Message

Add gdbserver binary

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/android-x86/gdbserver/Android.mk
@@ -0,0 +1,16 @@
1+LOCAL_PATH := $(call my-dir)
2+include $(CLEAR_VARS)
3+
4+# Explicitly mark gdbserver as "eng" so that it doesn't
5+# get included in user or SDK builds. (GPL issues)
6+#
7+LOCAL_SRC_FILES := gdbserver
8+LOCAL_MODULE := gdbserver
9+LOCAL_MODULE_CLASS := EXECUTABLES
10+LOCAL_MODULE_TAGS := debug
11+include $(BUILD_PREBUILT)
12+
13+# Any prebuilt files with default TAGS can use the below:
14+prebuilt_files :=
15+
16+$(call add-prebuilt-files, EXECUTABLES, $(prebuilt_files))
Binary files /dev/null and b/android-x86/gdbserver/gdbserver differ
Show on old repository browser