forked from zhouziyang/redroid-omx
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathomx.mk
16 lines (13 loc) · 955 Bytes
/
omx.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEVICE_MANIFEST_FILE += hardware/redroid/omx/[email protected]
# Android U removed, bring back here
PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
libstagefrighthw \
PRODUCT_COPY_FILES += \
hardware/redroid/omx/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
hardware/redroid/omx/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \
hardware/redroid/omx/redroid.omx.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/redroid.omx.rc \