Skip to content

Commit

Permalink
AOSP changes
Browse files Browse the repository at this point in the history
Change-Id: I11df763fadccd5ef8a66c817b4a9f71c27d0d8ce
  • Loading branch information
Hashcode committed Oct 10, 2012
1 parent fbc1cbd commit f6a65f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,18 @@ PRODUCT_PACKAGES += \
com.android.future.usb.accessory \

# AOSP specific
ifeq ($(TARGET_PRODUCT),full_maserati)

ifeq ($(TARGET_PRODUCT),full_otter)
# Prebuilt /system/media
PRODUCT_COPY_FILES += \
$(DEVICE_FOLDER)/prebuilt/media/bootanimation.zip:/system/media/bootanimation.zip \

$(DEVICE_FOLDER)/prebuilt/bin/su:/system/bin/su
else
PRODUCT_PACKAGES += \
su
endif

PRODUCT_PACKAGES += \
Superuser \
su \

PRODUCT_PROPERTY_OVERRIDES := \
ro.sf.lcd_density=160 \
Expand Down
Binary file modified prebuilt/bin/su
Binary file not shown.

0 comments on commit f6a65f3

Please sign in to comment.