Skip to content

Commit

Permalink
moved init scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyman77 committed Apr 17, 2012
1 parent 019235a commit 91e55c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 6 additions & 5 deletions msm8660.mk
Expand Up @@ -186,6 +186,12 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/samsung/msm8660-common/configs/vold.fstab:system/etc/vold.fstab

# Misc init scripts
PRODUCT_COPY_FILES += \
device/samsung/msm8660-common/etc/init.qcom.modem_links.sh:system/etc/init.qcom.modem_links.sh \
device/samsung/msm8660-common/etc/init.qcom.mdm_links.sh:system/etc/init.qcom.mdm_links.sh \
device/samsung/msm8660-common/etc/init.qcom.post_boot.sh:system/etc/init.qcom.post_boot.sh

# We have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise

Expand All @@ -194,8 +200,3 @@ PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
# Device uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi

PRODUCT_COPY_FILES += \
device/samsung/msm8660-common/prebuilt/init.qcom.modem_links.sh:system/etc/init.qcom.modem_links.sh \
device/samsung/msm8660-common/prebuilt/init.qcom.mdm_links.sh:system/etc/init.qcom.mdm_links.sh \
device/samsung/msm8660-common/prebuilt/init.qcom.post_boot.sh:system/etc/init.qcom.post_boot.sh

0 comments on commit 91e55c8

Please sign in to comment.