diff --git a/products/cyanogen_speedy.mk b/products/cyanogen_speedy.mk index fa279f71..fde19d6b 100644 --- a/products/cyanogen_speedy.mk +++ b/products/cyanogen_speedy.mk @@ -4,6 +4,9 @@ $(call inherit-product, device/htc/speedy/speedy.mk) # Inherit some common cyanogenmod stuff. $(call inherit-product, vendor/cyanogen/products/common_full.mk) +# Inherit WiMAX stuff +$(call inherit-product, vendor/cyanogen/products/wimax.mk) + # # Setup device specific product configuration. # diff --git a/products/cyanogen_supersonic.mk b/products/cyanogen_supersonic.mk index 77f5b99d..2fea4c5a 100644 --- a/products/cyanogen_supersonic.mk +++ b/products/cyanogen_supersonic.mk @@ -4,6 +4,9 @@ $(call inherit-product, device/htc/supersonic/supersonic.mk) # Inherit some common cyanogenmod stuff. $(call inherit-product, vendor/cyanogen/products/common_full.mk) +# Inherit WiMAX stuff +$(call inherit-product, vendor/cyanogen/products/wimax.mk) + # # Setup device specific product configuration. # diff --git a/products/wimax.mk b/products/wimax.mk new file mode 100644 index 00000000..cf1aff12 --- /dev/null +++ b/products/wimax.mk @@ -0,0 +1,2 @@ +# Required packages for WiMAX +PRODUCT_PACKAGES += CMWimaxSettings