Add required network packages, dalvik and hwui configs
This commit is contained in:
@@ -47,13 +47,18 @@ PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
|
||||
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
|
||||
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml
|
||||
$(call inherit-product, device/common/gps/gps_us_supl.mk)
|
||||
|
||||
$(call inherit-product, device/common/gps/gps_us_supl.mk)
|
||||
$(call inherit-product-if-exists, vendor/amazon/ford/ford-vendor.mk)
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/amazon/ford/overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
netd
|
||||
|
||||
# wifi
|
||||
PRODUCT_PACKAGES += \
|
||||
lib_driver_cmd_mtk
|
||||
|
||||
$(call inherit-product, build/target/product/full.mk)
|
||||
DEVICE_PACKAGE_OVERLAYS += device/amazon/ford/overlay
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_KERNEL):kernel
|
||||
@@ -61,3 +66,9 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
|
||||
PRODUCT_NAME := full_ford
|
||||
PRODUCT_DEVICE := ford
|
||||
|
||||
# call dalvik heap config
|
||||
$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk)
|
||||
|
||||
# call hwui memory config
|
||||
$(call inherit-product-if-exists, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk)
|
||||
|
||||
Reference in New Issue
Block a user