wimax: Include packages for WiMAX-enabled devices
Change-Id: I3209e8aa8cf9cb1d8ba0dd8365baaf4cdae74910
This commit is contained in:
parent
2d3a218d61
commit
e9304e142e
@ -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.
|
||||
#
|
||||
|
@ -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.
|
||||
#
|
||||
|
2
products/wimax.mk
Normal file
2
products/wimax.mk
Normal file
@ -0,0 +1,2 @@
|
||||
# Required packages for WiMAX
|
||||
PRODUCT_PACKAGES += CMWimaxSettings
|
Loading…
Reference in New Issue
Block a user