diff options
| author | Ho-Eun Ryu <ho-eun.ryu@windriver.com> | 2009-10-16 12:27:01 +0900 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:37 -0700 |
| commit | aae62ccb10eb78e9309ceb82ec08ece821689693 (patch) | |
| tree | 08ca3ec259a7aad754a674db2ee61e8461f8de64 | |
| parent | b4992b3845a2a4ada04227bebdf4578f95d32d6e (diff) | |
| download | android_hardware_intel_common_omx-components-aae62ccb10eb78e9309ceb82ec08ece821689693.tar.gz android_hardware_intel_common_omx-components-aae62ccb10eb78e9309ceb82ec08ece821689693.tar.bz2 android_hardware_intel_common_omx-components-aae62ccb10eb78e9309ceb82ec08ece821689693.zip | |
build: add build files for moorestown specific components
| -rw-r--r-- | Android.mk | 31 | ||||
| -rw-r--r-- | ebuild.mk | 7 | ||||
| -rw-r--r-- | wrs_omxil_components.list | 0 |
3 files changed, 38 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..f7c168b --- /dev/null +++ b/Android.mk @@ -0,0 +1,31 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +VENDORS_INTEL_MRST_COMPONENTS_ROOT := $(LOCAL_PATH) + +$(call add-prebuilt-files, ETC, wrs_omxil_components.list) + +WRS_OMXIL_CORE_ROOT := vendor/wrs/addon/libs/wrs-omxil-core + +GLIB_TOP := external/glib + +PV_TOP := external/opencore +PV_INCLUDES := \ + $(PV_TOP)/android \ + $(PV_TOP)/extern_libs_v2/khronos/openmax/include \ + $(PV_TOP)/engines/common/include \ + $(PV_TOP)/engines/player/config/core \ + $(PV_TOP)/engines/player/include \ + $(PV_TOP)/nodes/pvmediaoutputnode/include \ + $(PV_TOP)/nodes/pvdownloadmanagernode/config/opencore \ + $(PV_TOP)/pvmi/pvmf/include \ + $(PV_TOP)/fileformats/mp4/parser/config/opencore \ + $(PV_TOP)/oscl/oscl/config/android \ + $(PV_TOP)/oscl/oscl/config/shared \ + $(PV_TOP)/engines/author/include \ + $(PV_TOP)/android/drm/oma1/src \ + $(PV_TOP)/build_config/opencore_dynamic \ + $(TARGET_OUT_HEADERS)/libpv + +# mrst sst audio +-include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/sst/Android.mk diff --git a/ebuild.mk b/ebuild.mk new file mode 100644 index 0000000..9b1481f --- /dev/null +++ b/ebuild.mk @@ -0,0 +1,7 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +VENDORS_INTEL_MRST_COMPONENTS_ROOT := $(LOCAL_PATH) + +# mrst sst audio +-include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/sst/ebuild.mk diff --git a/wrs_omxil_components.list b/wrs_omxil_components.list new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/wrs_omxil_components.list |
