summaryrefslogtreecommitdiffstats
path: root/target/product/full_x86.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-22 16:28:33 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-22 16:47:31 -0700
commitcfbcd758d8200d218e777be69cf8fc67a05e6a00 (patch)
treeac7f92c59b02440edaf0b33260477a40abd66cf8 /target/product/full_x86.mk
parentd501f74271ae36323766f91f605af17e1263bd4f (diff)
downloadbuild-cfbcd758d8200d218e777be69cf8fc67a05e6a00.zip
build-cfbcd758d8200d218e777be69cf8fc67a05e6a00.tar.gz
build-cfbcd758d8200d218e777be69cf8fc67a05e6a00.tar.bz2
Improve setup of base products.
Split telephony into its own product, so that we can easily add telephony support to any configuration without pulling anything else. Use it from generic. Split the "full" family between a (no-telephony) base, a telephony version of the same (both of which can be used as a starting point for on-device builds), and the true classic full which is an emulator build. Change-Id: I616d34f2a29415b8ec997173f8e893c312ade5c2
Diffstat (limited to 'target/product/full_x86.mk')
-rw-r--r--target/product/full_x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/full_x86.mk b/target/product/full_x86.mk
index affdc13..f137b8a 100644
--- a/target/product/full_x86.mk
+++ b/target/product/full_x86.mk
@@ -26,7 +26,7 @@ ifdef NET_ETH0_STARTONBOOT
PRODUCT_PROPERTY_OVERRIDES += net.eth0.startonboot=1
endif
-$(call inherit-product, build/target/product/full.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Overrides
PRODUCT_NAME := full_x86