Skip to content

Commit

Permalink
inc: Fix PRODUCT_LOCALES
Browse files Browse the repository at this point in the history
Change-Id: If8d0a93bc972448fae1e51716377265f8243204a
  • Loading branch information
hyperb1iss committed Oct 28, 2011
1 parent c6bcf0a commit 4da65c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ PRODUCT_PACKAGES += \
# we have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise

# Incredible uses high-density artwork where available
PRODUCT_LOCALES += hdpi

ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/htc/inc/kernel
else
Expand All @@ -116,6 +113,8 @@ $(call inherit-product, device/htc/common/common.mk)

$(call inherit-product, build/target/product/full_base.mk)

# Incredible uses high-density artwork where available
PRODUCT_LOCALES += hdpi

PRODUCT_NAME := full_inc
PRODUCT_DEVICE := inc

0 comments on commit 4da65c8

Please sign in to comment.