You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
296 B

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libdrm_tegra
LOCAL_SHARED_LIBRARIES := libdrm
LOCAL_SRC_FILES := tegra.c
LOCAL_CFLAGS := \
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
LOCAL_SHARED_LIBRARIES := \
libdrm
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)