sync with OpenBSD -current
This commit is contained in:
parent
f3c6f98243
commit
4b49aefbb1
101 changed files with 911 additions and 672 deletions
11
lib/libdrm/nouveau/Android.bp
Normal file
11
lib/libdrm/nouveau/Android.bp
Normal file
|
@ -0,0 +1,11 @@
|
|||
build = ["Android.sources.bp"]
|
||||
|
||||
cc_library_shared {
|
||||
name: "libdrm_nouveau",
|
||||
defaults: [
|
||||
"libdrm_defaults",
|
||||
"libdrm_nouveau_sources",
|
||||
],
|
||||
vendor: true,
|
||||
shared_libs: ["libdrm"],
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
# Import variables LIBDRM_NOUVEAU_FILES, LIBDRM_NOUVEAU_H_FILES
|
||||
include $(LOCAL_PATH)/Makefile.sources
|
||||
|
||||
LOCAL_MODULE := libdrm_nouveau
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libdrm
|
||||
|
||||
LOCAL_SRC_FILES := $(LIBDRM_NOUVEAU_FILES)
|
||||
|
||||
include $(LIBDRM_COMMON_MK)
|
||||
include $(BUILD_SHARED_LIBRARY)
|
11
lib/libdrm/nouveau/Android.sources.bp
Normal file
11
lib/libdrm/nouveau/Android.sources.bp
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Autogenerated with Android.sources.bp.mk
|
||||
|
||||
cc_defaults {
|
||||
name: "libdrm_nouveau_sources",
|
||||
srcs: [
|
||||
"nouveau.c",
|
||||
"pushbuf.c",
|
||||
"bufctx.c",
|
||||
"abi16.c",
|
||||
],
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
LIBDRM_NOUVEAU_FILES := \
|
||||
nouveau.c \
|
||||
pushbuf.c \
|
||||
bufctx.c \
|
||||
abi16.c \
|
||||
private.h
|
||||
|
||||
LIBDRM_NOUVEAU_H_FILES := \
|
||||
nouveau.h
|
|
@ -27,7 +27,7 @@ libdrm_nouveau = library(
|
|||
include_directories : [inc_root, inc_drm],
|
||||
link_with : libdrm,
|
||||
dependencies : [dep_threads, dep_atomic_ops],
|
||||
version : '2.0.0',
|
||||
version : '2.@0@.0'.format(patch_ver),
|
||||
install : true,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue