Skip to content

Commit

Permalink
use stock init.rc and make sure to copy in pvr module
Browse files Browse the repository at this point in the history
  • Loading branch information
Hashcode committed Aug 9, 2012
1 parent 7313a81 commit fac463b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TARGET_BOARD_PLATFORM := omap4
TARGET_NO_BOOTLOADER := true
TARGET_BOOTLOADER_BOARD_NAME := otter
TARGET_BOARD_INFO_FILE := device/amazon/otter/board-info.txt
TARGET_PROVIDES_INIT_RC := true
#TARGET_PROVIDES_INIT_RC := true
BOARD_HAS_SDCARD_INTERNAL := true
BOARD_SDCARD_DEVICE_PRIMARY := /dev/block/platform/omap/omap_hsmmc.1/by-name/media
BOARD_SDCARD_DEVICE_INTERNAL := /dev/block/platform/omap/omap_hsmmc.1/by-name/media
Expand Down
6 changes: 5 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ PRODUCT_PACKAGES += \
FileManager \

# Root
# system/core/device/amazon/otter/root/init.rc:/root/init.rc \
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel \
device/amazon/otter/root/default.prop:/root/default.prop \
device/amazon/otter/root/init.rc:/root/init.rc \
device/amazon/otter/root/init.omap4430.rc:/root/init.omap4430.rc \
device/amazon/otter/root/init.omap4430.usb.rc:/root/init.omap4430.usb.rc \
device/amazon/otter/root/ueventd.omap4430.rc:/root/ueventd.omap4430.rc \
Expand Down Expand Up @@ -145,6 +146,9 @@ PRODUCT_COPY_FILES += $(shell \
| sed -r 's/^\/?(.*\/)([^/ ]+)$$/\1\2:system\/lib\/modules\/\2/' \
| tr '\n' ' ')

PRODUCT_COPY_FILES += \
device/amazon/otter/modules/pvrsrvkm_sgx540_120.ko:/system/lib/modules/pvrsrvkm_sgx540_120.ko \

else
PRODUCT_PACKAGES += \
Superuser \
Expand Down

0 comments on commit fac463b

Please sign in to comment.