From 324c123500d0f0da0ce92b246c65386050618563 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 22 Mar 2013 15:53:54 -0700 Subject: Rename AOSP builds to aosp_* Change-Id: If609f66904ac560bc7a6e9ff9a43c2e039525687 --- target/product/full.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/product/full.mk') 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 -- cgit v1.1