OSDN Git Service

Use languages_full.mk instead of locales_full.mk
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 20 Feb 2019 09:36:52 +0000 (17:36 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 20 Feb 2019 09:36:52 +0000 (17:36 +0800)
x86.mk

diff --git a/x86.mk b/x86.mk
index 6c3ec66..9026430 100644 (file)
--- a/x86.mk
+++ b/x86.mk
@@ -24,7 +24,7 @@ PRODUCT_PROPERTY_OVERRIDES := \
 $(call inherit-product,$(LOCAL_PATH)/device.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.mk)