summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-03 18:02:09 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-03 18:08:45 -0700
commit94dec9fccd5f118d62195a23f31e505078c924e1 (patch)
tree1307d409e9ae104fbc1dd01aa16046687a243b93
parentcf153ef673f291bdfa1510fc9d4185aeed7adadf (diff)
downloaddevice_samsung_crespo-94dec9fccd5f118d62195a23f31e505078c924e1.zip
device_samsung_crespo-94dec9fccd5f118d62195a23f31e505078c924e1.tar.gz
device_samsung_crespo-94dec9fccd5f118d62195a23f31e505078c924e1.tar.bz2
Make crespo an alias for full_crespo.
crespo should have been called generic_crespo, but that'd have been a poor choice of build to use anyway as the generic build itself isn't usable out of the box. Change-Id: I7eb4decacec35e431ced4f7a97d91bfad0d35186
-rw-r--r--crespo.mk29
1 files changed, 14 insertions, 15 deletions
diff --git a/crespo.mk b/crespo.mk
index c40cc57..96e0ce2 100644
--- a/crespo.mk
+++ b/crespo.mk
@@ -12,22 +12,21 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-#
-# This file is the build configuration for a full Android
-# build for crespo hardware. This cleanly combines a set of
-# device-specific aspects (drivers) with a device-agnostic
-# product configuration (apps).
-#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
-$(call inherit-product, device/samsung/crespo/device.mk)
+# DO NOT USE OR MODIFY
+# This is a deprecated product configuration, which is kept for
+# legacy purposes. It is identical to full_crespo. You should
+# be using full_crespo instead.
+
+$(call inherit-product, device/samsung/crespo/full_crespo.mk)
+
+ifeq ($(TARGET_PRODUCT),crespo)
+ $(warning ************************************)
+ $(warning * The crespo config is deprecated. *)
+ $(warning * Please use full_crespo instead. *)
+ $(warning ************************************)
+endif
# Overrides
-PRODUCT_MANUFACTURER := samsung
PRODUCT_NAME := crespo
-PRODUCT_DEVICE := crespo
-PRODUCT_MODEL := Android on Crespo
-PRODUCT_LOCALES += en_US hdpi
-
-PRODUCT_PROPERTY_OVERRIDES += \
- keyguard.no_require_sim=true
+PRODUCT_MODEL := Deprecated crespo config