mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
libstagefrighthw + OMX video
Change-Id: I59324fc12b236ec4bb90ece48f43f4a0b046e389
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
5
seccomp/mediacodec-seccomp.policy
Normal file
5
seccomp/mediacodec-seccomp.policy
Normal file
@@ -0,0 +1,5 @@
|
||||
# device specific syscalls
|
||||
pselect6: 1
|
||||
eventfd2: 1
|
||||
sendto: 1
|
||||
recvfrom: 1
|
||||
Reference in New Issue
Block a user