summaryrefslogtreecommitdiffstats
path: root/full_n7000.mk
diff options
context:
space:
mode:
authorXpLoDWilD <xplodgui@gmail.com>2012-07-25 18:25:15 +0200
committerXpLoDWilD <xplodgui@gmail.com>2012-07-25 18:25:15 +0200
commitad8a0cb5cb25b0454e490f6f703478bd48d159eb (patch)
treea624e4aeb989105cc67fc808619746960cbf9808 /full_n7000.mk
parent0043f69e52635dec1bdb2bc9991f7db91df1ea85 (diff)
downloaddevice_samsung_n7000-ad8a0cb5cb25b0454e490f6f703478bd48d159eb.zip
device_samsung_n7000-ad8a0cb5cb25b0454e490f6f703478bd48d159eb.tar.gz
device_samsung_n7000-ad8a0cb5cb25b0454e490f6f703478bd48d159eb.tar.bz2
Jellybean it
Diffstat (limited to 'full_n7000.mk')
-rw-r--r--[-rwxr-xr-x]full_n7000.mk17
1 files changed, 12 insertions, 5 deletions
diff --git a/full_n7000.mk b/full_n7000.mk
index fce00f8..37ddff8 100755..100644
--- a/full_n7000.mk
+++ b/full_n7000.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 The Android Open Source Project
+# Copyright (C) 2012 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -14,15 +14,16 @@
#
# This file is the build configuration for a full Android
-# build for crespo hardware. This cleanly combines a set of
+# build for toro hardware. This cleanly combines a set of
# device-specific aspects (drivers) with a device-agnostic
-# product configuration (apps).
+# product configuration (apps). Except for a few implementation
+# details, it only fundamentally contains two inherit-product
+# lines, full and toro, hence its name.
#
# Inherit from those products. Most specific first.
+$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
-#$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
-#$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
$(call inherit-product, device/samsung/n7000/n7000.mk)
# Discard inherited values and use our own instead.
@@ -31,3 +32,9 @@ PRODUCT_DEVICE := n7000
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_MODEL := GT-N7000
+
+# This device is xhdpi.
+PRODUCT_AAPT_CONFIG := normal xhdpi
+PRODUCT_AAPT_PREF_CONFIG := xhdpi
+PRODUCT_LOCALES += xhdpi
+