X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=device.mk;h=24d84616bd86504709d0b5d8a555a9296c0f8930;hb=a017e520e7d63ca9b149173c5e956dd4e5b50a85;hp=25f4100401bdb1a1365b46d06d7198529ef41a4e;hpb=0432d4ea02806ec5db6d4506ac2a9be4b0718887;p=android-x86%2Fdevice-generic-common.git diff --git a/device.mk b/device.mk index 25f4100..24d8461 100644 --- a/device.mk +++ b/device.mk @@ -20,7 +20,10 @@ PRODUCT_PROPERTY_OVERRIDES := \ ro.ril.hsxpa=1 \ ro.ril.gprsclass=10 \ keyguard.no_require_sim=true \ - ro.com.android.dataroaming=true + ro.com.android.dataroaming=true \ + media.sf.hwaccel=1 \ + media.sf.omx-plugin=libffmpeg_omx.so \ + media.sf.extractor-plugin=libffmpeg_extractor.so PRODUCT_DEFAULT_PROPERTY_OVERRIDES := \ ro.arch=x86 \ @@ -67,6 +70,7 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ + frameworks/native/data/etc/android.software.freeform_window_management.xml:system/etc/permissions/android.software.freeform_window_management.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \ $(foreach f,$(wildcard $(LOCAL_PATH)/alsa/*),$(f):$(subst $(LOCAL_PATH),system/etc,$(f))) \ @@ -81,6 +85,9 @@ PRODUCT_AAPT_PREF_CONFIG := mdpi DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay +# Get Android 8.0 HIDL HALs +$(call inherit-product,$(LOCAL_PATH)/treble.mk) + # Get the firmwares $(call inherit-product,device/generic/firmware/firmware.mk)