X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=device.mk;h=376446493b116de7dbd48d4d8bc830d83b38a82f;hb=40fce290ce68e2ac28f2ec177e54bfcf4eb9e7a2;hp=bb3c1e00fb6f98080b5e818fbae1bb4246824798;hpb=994f665dbe546c586b711bd55ffec048aec2cff1;p=android-x86%2Fdevice-generic-common.git diff --git a/device.mk b/device.mk index bb3c1e0..3764464 100644 --- a/device.mk +++ b/device.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 The Android-x86 Open Source Project +# Copyright (C) 2014-2016 The Android-x86 Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,11 +20,14 @@ 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 \ - ro.rtc_local_time=1 \ + persist.rtc_local_time=1 \ PRODUCT_COPY_FILES := \ $(if $(wildcard $(PRODUCT_DIR)init.rc),$(PRODUCT_DIR)init.rc:root/init.rc) \ @@ -43,8 +46,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \ $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml \ device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml \ + device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ + frameworks/base/compiled-classes-phone:system/etc/compiled-classes \ frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ @@ -65,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))) \