sync with OpenBSD -current
This commit is contained in:
parent
f3c6f98243
commit
4b49aefbb1
101 changed files with 911 additions and 672 deletions
8
lib/libdrm/tests/proptest/Android.bp
Normal file
8
lib/libdrm/tests/proptest/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
|||
cc_binary {
|
||||
name: "proptest",
|
||||
defaults: ["libdrm_defaults"],
|
||||
srcs: ["proptest.c"],
|
||||
|
||||
shared_libs: ["libdrm"],
|
||||
static_libs: ["libdrm_util"],
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
include $(LOCAL_PATH)/Makefile.sources
|
||||
|
||||
LOCAL_SRC_FILES := $(PROPTEST_FILES)
|
||||
|
||||
LOCAL_MODULE := proptest
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libdrm
|
||||
LOCAL_STATIC_LIBRARIES := libdrm_util
|
||||
|
||||
include $(LIBDRM_COMMON_MK)
|
||||
include $(BUILD_EXECUTABLE)
|
|
@ -1,2 +0,0 @@
|
|||
PROPTEST_FILES := \
|
||||
proptest.c
|
Loading…
Add table
Add a link
Reference in a new issue