android_hardware_qcom_media/Makefile.am
Arun Kumar Dasari f7ad0dbef6 mm-core: Add Makefile and Configure files
add makefile and configure file to build mm-core libraries.

Change-Id: I94c714d124594627ce6b61ad4a507d1718e3eee1
2016-12-23 03:36:14 -08:00

11 lines
194 B
Makefile

# Makefile.am - Automake script for mm-omxvideo
#
ACLOCAL_AMFLAGS = -I m4
BUILD_COMPONENTS := mm-core
if BUILD_MM_VIDEO
BUILD_COMPONENTS += mm-video-v4l2
endif
SUBDIRS := $(BUILD_COMPONENTS)