Shalaj Jain | 273b3e0 | 2012-06-22 19:08:03 -0700 | [diff] [blame] | 1 | QCOM_MEDIA_ROOT := $(call my-dir) |
Manish Dewangan | d208c44 | 2014-05-01 23:12:39 +0530 | [diff] [blame] | 2 | |
Shalaj Jain | 79aa816 | 2014-09-16 22:22:17 -0700 | [diff] [blame] | 3 | #Compile these for all targets under QCOM_BOARD_PLATFORMS list. |
Sasha Smundak | b06283c | 2021-10-21 14:24:21 -0700 | [diff] [blame] | 4 | ifneq (,$(call is-board-platform-in-list2, $(QCOM_BOARD_PLATFORMS))) |
Shalaj Jain | 273b3e0 | 2012-06-22 19:08:03 -0700 | [diff] [blame] | 5 | include $(QCOM_MEDIA_ROOT)/libstagefrighthw/Android.mk |
Shivendra Kakrania | 672fda2 | 2017-08-23 16:31:07 -0700 | [diff] [blame] | 6 | include $(QCOM_MEDIA_ROOT)/mm-core/Android.mk |
Haynes Mathew George | 4d605aa | 2012-07-10 11:57:52 -0700 | [diff] [blame] | 7 | endif |
| 8 | |
Sasha Smundak | b06283c | 2021-10-21 14:24:21 -0700 | [diff] [blame] | 9 | ifneq (,$(call is-board-platform-in-list2, $(MSM_VIDC_TARGET_LIST))) |
Shivendra Kakrania | 672fda2 | 2017-08-23 16:31:07 -0700 | [diff] [blame] | 10 | include $(QCOM_MEDIA_ROOT)/libplatformconfig/Android.mk |
Arun Menon | 524948e | 2013-06-13 18:09:42 -0700 | [diff] [blame] | 11 | include $(QCOM_MEDIA_ROOT)/mm-video-v4l2/Android.mk |
Haynes Mathew George | 2fb261d | 2012-08-24 15:09:09 -0700 | [diff] [blame] | 12 | include $(QCOM_MEDIA_ROOT)/libc2dcolorconvert/Android.mk |
Qiwei Liu | b7738f9 | 2018-06-15 13:08:55 +0800 | [diff] [blame] | 13 | include $(QCOM_MEDIA_ROOT)/libarbitrarybytes/Android.mk |
Shiju Mathew | 720a4c9 | 2019-02-06 16:43:23 -0500 | [diff] [blame] | 14 | ifeq ($(ENABLE_HYP),true) |
| 15 | include $(QCOM_MEDIA_ROOT)/hypv-intercept/Android.mk |
| 16 | endif |
Alex Wong | d9b4206 | 2016-01-21 18:11:20 -0800 | [diff] [blame] | 17 | endif |