summaryrefslogtreecommitdiffstats
path: root/target/product/full_base.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/product/full_base.mk')
-rw-r--r--target/product/full_base.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk
index 2739a53..76907ce 100644
--- a/target/product/full_base.mk
+++ b/target/product/full_base.mk
@@ -43,6 +43,6 @@ $(call inherit-product-if-exists, frameworks/base/data/sounds/OriginalAudio.mk)
$(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
# Get the list of languages.
-$(call inherit-product, build/target/product/locales_full.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
-$(call inherit-product, build/target/product/generic.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)