libstagefrighthw + OMX video

am: 84e119d807

Change-Id: I7fc347690aaeb3448bd277f6686ce062dbbbc124
This commit is contained in:
Thierry Strudel
2016-11-01 05:56:19 +00:00
committed by android-build-merger
3 changed files with 16 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ TARGET_USES_HWC2 := true
BOARD_SEPOLICY_DIRS += device/google/muskie/sepolicy
BOARD_SECCOMP_POLICY = device/google/muskie/seccomp
QCOM_BOARD_PLATFORMS += msmcobalt
BOARD_HAVE_BLUETOOTH_QCOM := true
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/google/muskie/bluetooth

View File

@@ -101,6 +101,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.cne.feature=1 \
rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.extension_library=libqti-perfd-client.so
# WLAN driver configuration files
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \
@@ -116,7 +119,12 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
libmm-omxcore \
libOmxCore
libOmxCore \
libstagefrighthw \
libOmxVdec \
libOmxVdecHevc \
libOmxVenc \
libc2dcolorconvert
PRODUCT_PACKAGES += \
camera.msmcobalt \

View File

@@ -0,0 +1,5 @@
# device specific syscalls
pselect6: 1
eventfd2: 1
sendto: 1
recvfrom: 1