summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-22 16:13:02 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-22 16:13:20 -0700
commit68f21cdc71b9ad7362e4f7c22d44a601c9e58f07 (patch)
treed22c6bb1e49afd486cb2c3d4d7f59084e6772825 /target
parentdd46ad41ff300708ce2fd143dc629c65f8c7c5f5 (diff)
downloadbuild-68f21cdc71b9ad7362e4f7c22d44a601c9e58f07.zip
build-68f21cdc71b9ad7362e4f7c22d44a601c9e58f07.tar.gz
build-68f21cdc71b9ad7362e4f7c22d44a601c9e58f07.tar.bz2
Minor cleanup - DO NOT MERGE
Change-Id: I0fc4e3c45ae5a545f1a02ed974bc3c7500286e22
Diffstat (limited to 'target')
-rw-r--r--target/product/full.mk4
-rw-r--r--target/product/full_base.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/target/product/full.mk b/target/product/full.mk
index 6f8edea..c563bcc 100644
--- a/target/product/full.mk
+++ b/target/product/full.mk
@@ -19,8 +19,8 @@
# build quite specifically for the emulator, and might not be
# entirely appropriate to inherit from for on-device configurations.
-$(call inherit-product, build/target/board/generic/device.mk)
-$(call inherit-product, build/target/product/full_base.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
# Overrides
PRODUCT_NAME := full
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)