summaryrefslogtreecommitdiffstats
path: root/target/product/full.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-03-22 15:53:54 -0700
committerJean-Baptiste Queru <jbq@google.com>2013-03-26 14:06:30 -0700
commit324c123500d0f0da0ce92b246c65386050618563 (patch)
tree0b11aab2f64255a05e0b9eca89887abd1545ac70 /target/product/full.mk
parentba71aba939dc58a3278646039337f13d17e65ef2 (diff)
downloadbuild-324c123500d0f0da0ce92b246c65386050618563.zip
build-324c123500d0f0da0ce92b246c65386050618563.tar.gz
build-324c123500d0f0da0ce92b246c65386050618563.tar.bz2
Rename AOSP builds to aosp_*
Change-Id: If609f66904ac560bc7a6e9ff9a43c2e039525687
Diffstat (limited to 'target/product/full.mk')
-rw-r--r--target/product/full.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/product/full.mk b/target/product/full.mk
index a4075d4..b66ae92 100644
--- a/target/product/full.mk
+++ b/target/product/full.mk
@@ -19,7 +19,7 @@
# build quite specifically for the emulator, and might not be
# entirely appropriate to inherit from for on-device configurations.
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
include $(SRC_TARGET_DIR)/product/emulator.mk
@@ -28,4 +28,4 @@ include $(SRC_TARGET_DIR)/product/emulator.mk
PRODUCT_NAME := full
PRODUCT_DEVICE := generic
PRODUCT_BRAND := Android
-PRODUCT_MODEL := Full Android on Emulator
+PRODUCT_MODEL := AOSP on ARM Emulator