aboutsummaryrefslogtreecommitdiff
path: root/device.mk
blob: 40bbdf2f1dd9ce1f94e4d87041147f0aacbc3483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PRODUCT_COPY_FILES := \
    device/linaro/vexpress_rtsm/vold.fstab:system/etc/vold.fstab \
    device/linaro/vexpress_rtsm/egl.cfg:system/lib/egl/egl.cfg

PRODUCT_COPY_FILES += \
    device/linaro/common/init.partitions.rc:root/init.partitions.rc \
    system/core/rootdir/init.rc:root/init.rc \
    device/linaro/vexpress_rtsm/init.arm-versatileexpress.rc:root/init.arm-versatileexpress.rc \
    device/linaro/vexpress_rtsm/init.vexpress_a9.sh:system/etc/init.vexpress_a9.sh \
    device/linaro/vexpress_rtsm/initlogo.rle:root/initlogo.rle

PRODUCT_CHARACTERISTICS := tablet,nosdcard

PRODUCT_TAGS += dalvik.gc.type-precise

PRODUCT_PACKAGES += bl-agitator

PRODUCT_PROPERTY_OVERRIDES += \
    debug.sf.nobootanimation=1

PRODUCT_COPY_FILES += \
    test/linaro/biglittle/core/boot-a15/boot-a15.sh:system/bin/boot-a15.sh \
    test/linaro/biglittle/core/boot-a7/boot-a7.sh:system/bin/boot-a7.sh \
    test/linaro/biglittle/core/disk-io-stress-switcher/disk-io-stress-switcher.sh:system/bin/disk-io-stress-switcher.sh \
    test/linaro/biglittle/core/mem-stress-switcher/mem-stress-switcher.sh:system/bin/mem-stress-switcher.sh \
    test/linaro/biglittle/core/data-corruption-switcher/data-corruption-switcher.sh:system/bin/data-corruption-switcher.sh \
    test/linaro/biglittle/core/data-corruption/data-corruption.sh:system/bin/data-corruption.sh \
    test/linaro/biglittle/core/data-corruption/images/boxes.ppm:data/boxes/boxes.ppm

$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)