Skip to content

Commit

Permalink
Removed Rebooter from PRODUCT_PACKAGES, Set LCD Density property to 1…
Browse files Browse the repository at this point in the history
…40 - thanks to @coburn64 for pointing this out
  • Loading branch information
nickpack committed Oct 13, 2010
1 parent 431ef80 commit 19990e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/common.mk
Expand Up @@ -12,7 +12,6 @@ LIBERTAS := $(LOCAL_PATH)libertas/

PRODUCT_PACKAGES += \
ADWLauncher \
Rebooter \
Superuser

PRODUCT_PROPERTY_OVERRIDES += \
Expand All @@ -22,7 +21,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.ril.oem.nosim.ecclist=911,112,113,115,117,999,000,08,118,120,122,110,119,995 \
ro.ril.emc.mode=2 \
ro.ril.hsxpa=2 \
ro.ril.gprsclass=12
ro.ril.gprsclass=12 \
ro.sf.lcd_density=140

PRODUCT_COPY_FILES += \
$(LIBERTAS)LICENCE.libertas:system/etc/firmware/LICENCE.libertas \
Expand Down

0 comments on commit 19990e9

Please sign in to comment.