Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-vboxguest-linux-modules: Commit

external/vboxguest-linux-modules


Commit MetaInfo

Revisión228d94d8916a7675effd12f5b428a81ce47f79a6 (tree)
Tiempo2017-05-19 15:34:37
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android: add rules to build vbox modules

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,23 @@
1+#
2+# Copyright (C) 2017 The Android-x86 Open Source Project
3+#
4+# Licensed under the GNU General Public License Version 2 or later.
5+# You may not use this file except in compliance with the License.
6+# You may obtain a copy of the License at
7+#
8+# http://www.gnu.org/licenses/gpl.html
9+#
10+
11+define vboxmod
12+LOCAL_MODULE := $(1)
13+EXTRA_KERNEL_MODULE_PATH_$(1) := $(LOCAL_PATH)/$(1)
14+endef
15+
16+LOCAL_PATH := $(my-dir)
17+include $(CLEAR_VARS)
18+
19+VBOX_KERNEL_MODULES := vboxguest vboxsf vboxvideo
20+
21+$(foreach v,$(VBOX_KERNEL_MODULES),$(eval $(call vboxmod,$(v))))
22+
23+TARGET_EXTRA_KERNEL_MODULES += $(VBOX_KERNEL_MODULES)
Show on old repository browser