mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
omap: add Android build support
Add Android.mk file to build libdrm_omap library. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com>
This commit is contained in:
parent
b81d44d587
commit
d930ef82b2
1 changed files with 13 additions and 0 deletions
13
omap/Android.mk
Normal file
13
omap/Android.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := libdrm_omap
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
|
||||
LOCAL_SRC_FILES := omap_drm.c
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libdrm
|
||||
|
||||
include $(LIBDRM_COMMON_MK)
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
Loading…
Add table
Reference in a new issue