blob: 97fc8ce45fb50f2161964b9302441ffc3af14d22 [file] [log] [blame]
Shalaj Jain273b3e02012-06-22 19:08:03 -07001QCOM_MEDIA_ROOT := $(call my-dir)
Manish Dewangand208c442014-05-01 23:12:39 +05302
Shalaj Jain79aa8162014-09-16 22:22:17 -07003#Compile these for all targets under QCOM_BOARD_PLATFORMS list.
Sasha Smundakb06283c2021-10-21 14:24:21 -07004ifneq (,$(call is-board-platform-in-list2, $(QCOM_BOARD_PLATFORMS)))
Shalaj Jain273b3e02012-06-22 19:08:03 -07005include $(QCOM_MEDIA_ROOT)/libstagefrighthw/Android.mk
Shivendra Kakrania672fda22017-08-23 16:31:07 -07006include $(QCOM_MEDIA_ROOT)/mm-core/Android.mk
Haynes Mathew George4d605aa2012-07-10 11:57:52 -07007endif
8
Sasha Smundakb06283c2021-10-21 14:24:21 -07009ifneq (,$(call is-board-platform-in-list2, $(MSM_VIDC_TARGET_LIST)))
Shivendra Kakrania672fda22017-08-23 16:31:07 -070010include $(QCOM_MEDIA_ROOT)/libplatformconfig/Android.mk
Arun Menon524948e2013-06-13 18:09:42 -070011include $(QCOM_MEDIA_ROOT)/mm-video-v4l2/Android.mk
Haynes Mathew George2fb261d2012-08-24 15:09:09 -070012include $(QCOM_MEDIA_ROOT)/libc2dcolorconvert/Android.mk
Qiwei Liub7738f92018-06-15 13:08:55 +080013include $(QCOM_MEDIA_ROOT)/libarbitrarybytes/Android.mk
Shiju Mathew720a4c92019-02-06 16:43:23 -050014ifeq ($(ENABLE_HYP),true)
15include $(QCOM_MEDIA_ROOT)/hypv-intercept/Android.mk
16endif
Alex Wongd9b42062016-01-21 18:11:20 -080017endif