X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=device.mk;h=2c17ac417f5968ebab42a2beb886f4f6085ef060;hb=fbe16fe95be28f3c8fdfc15641cd2b77567cbcd5;hp=f60b5c4e39b7e65f3efe9cb0c0e1d31a70ad7335;hpb=725c1b99b76927423414214c6906844fa4cf81ab;p=android-x86%2Fdevice-generic-common.git diff --git a/device.mk b/device.mk index f60b5c4..2c17ac4 100644 --- a/device.mk +++ b/device.mk @@ -24,7 +24,7 @@ PRODUCT_PROPERTY_OVERRIDES := \ 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,6 +43,7 @@ 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/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ @@ -80,7 +81,7 @@ PRODUCT_AAPT_PREF_CONFIG := mdpi DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay # Get the firmwares -$(call inherit-product,$(LOCAL_PATH)/firmware.mk) +$(call inherit-product,device/generic/firmware/firmware.mk) # Get the touchscreen calibration tool $(call inherit-product-if-exists,external/tslib/tslib.mk) @@ -103,5 +104,5 @@ $(call inherit-product,frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-hea # Get GMS $(call inherit-product-if-exists,vendor/google/products/gms.mk) -# Get Arm translator -$(call inherit-product-if-exists,vendor/intel/houdini/houdini.mk) +# Get native bridge settings +$(call inherit-product-if-exists,$(LOCAL_PATH)/nativebridge/nativebridge.mk)