From: Gowtham Tammana <g-tammana@xxxxxx> Add Android.mk file to build libdrm_omap library. Signed-off-by: Gowtham Tammana <g-tammana@xxxxxx> Signed-off-by: Andrew F. Davis <afd@xxxxxx> --- omap/Android.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 omap/Android.mk diff --git a/omap/Android.mk b/omap/Android.mk new file mode 100644 index 00000000..b25cca13 --- /dev/null +++ b/omap/Android.mk @@ -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) -- 2.16.2 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel