X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=blobdiff_plain;f=x86.mk;h=2c94d1fbc7906fab202c52de2ee80f4022f8accf;hp=a8521861d876d34f67bcb1962909ff6fb9aacaeb;hb=4b2f7dac4c670f7a07866c360b33d2a826c8f148;hpb=1ed87a76add40dcde3d63ce80efb5da568f2a51f diff --git a/x86.mk b/x86.mk index a852186..2c94d1f 100644 --- a/x86.mk +++ b/x86.mk @@ -21,6 +21,9 @@ PRODUCT_PROPERTY_OVERRIDES := \ ro.com.android.dateformat=MM-dd-yyyy \ +$(call inherit-product,$(LOCAL_PATH)/device.mk) +$(call inherit-product,$(LOCAL_PATH)/packages.mk) + # Get a list of languages. $(call inherit-product,$(SRC_TARGET_DIR)/product/locales_full.mk) @@ -29,6 +32,3 @@ $(call inherit-product,$(SRC_TARGET_DIR)/product/generic.mk) # Get some sounds $(call inherit-product-if-exists,frameworks/base/data/sounds/AudioPackage6.mk) - -$(call inherit-product,$(LOCAL_PATH)/device.mk) -$(call inherit-product,$(LOCAL_PATH)/packages.mk)