Remove locales_full.mk

The file was old and a source of confusion. languages_full.mk should
be used instead.

Change-Id: I904ff7687cbaa1f9ccdb7f0e3c3e3334d31421e8
Fixes: 64527460
Test: make -j checkbuild
This commit is contained in:
Roozbeh Pournader
2017-08-09 12:42:17 -07:00
parent 57bb9af733
commit b267e51939
2 changed files with 1 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
$(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
# Get a list of languages.
$(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Get everything else from the parent package
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)

View File

@@ -1,3 +0,0 @@
PRODUCT_LOCALES := en_US cs_CZ da_DK de_AT de_CH de_DE de_LI el_GR en_AU en_CA en_GB en_NZ en_SG eo_EU es_ES fr_CA fr_CH fr_BE fr_FR it_CH it_IT ja_JP ko_KR nb_NO nl_BE nl_NL pl_PL pt_PT ru_RU sv_SE tr_TR zh_CN zh_HK zh_TW am_ET hi_IN
$(call inherit-product, build/target/product/languages_full.mk)