2024-05-25 06:08:27 +02:00
|
|
|
# Inherit mini common tequila stuff
|
|
|
|
$(call inherit-product, vendor/tequila/config/common_mini.mk)
|
2012-11-18 05:56:49 +01:00
|
|
|
|
2017-08-17 19:28:48 +02:00
|
|
|
# Required packages
|
2015-06-04 20:42:46 +02:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
LatinIME
|
2024-02-17 18:27:57 +01:00
|
|
|
|
2024-05-25 06:08:27 +02:00
|
|
|
$(call inherit-product, vendor/tequila/config/wifionly.mk)
|