summaryrefslogtreecommitdiff
path: root/p241/device.mk (plain)
blob: 4f804bd7ce30d50b9d0d1ded7bfb5ba5fe2109a7
1#
2# Copyright (C) 2013 The Android Open-Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17ifneq ($(BOARD_USES_RECOVERY_AS_BOOT), true)
18ifeq ($(AB_OTA_UPDATER),true)
19PRODUCT_COPY_FILES += device/amlogic/common/products/mbox/init.amlogic.ab.rc:root/init.amlogic.rc
20else
21PRODUCT_COPY_FILES += device/amlogic/common/products/mbox/init.amlogic.rc:root/init.amlogic.rc
22endif
23
24PRODUCT_COPY_FILES += \
25 device/amlogic/p241/init.amlogic.usb.rc:root/init.amlogic.usb.rc \
26 device/amlogic/common/products/mbox/ueventd.amlogic.rc:root/ueventd.amlogic.rc \
27 device/amlogic/p241/init.amlogic.board.rc:root/init.amlogic.board.rc
28else
29ifeq ($(AB_OTA_UPDATER),true)
30PRODUCT_COPY_FILES += device/amlogic/common/products/mbox/init.amlogic.ab.rc:recovery/root/init.amlogic.rc
31else
32PRODUCT_COPY_FILES += device/amlogic/common/products/mbox/init.amlogic.rc:recovery/root/init.amlogic.rc
33endif
34
35PRODUCT_COPY_FILES += \
36 device/amlogic/p241/init.amlogic.usb.rc:recovery/root/init.amlogic.usb.rc \
37 device/amlogic/common/products/mbox/ueventd.amlogic.rc:recovery/root/ueventd.amlogic.rc \
38 device/amlogic/p241/init.amlogic.board.rc:recovery/root/init.amlogic.board.rc
39endif
40
41PRODUCT_COPY_FILES += \
42 device/amlogic/p241/files/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \
43 device/amlogic/p241/files/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
44 device/amlogic/p241/files/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy.conf \
45 device/amlogic/p241/files/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
46 device/amlogic/p241/files/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
47 device/amlogic/p241/files/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
48 device/amlogic/p241/files/mesondisplay.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/mesondisplay.cfg \
49 device/amlogic/p241/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
50
51# remote IME config file
52PRODUCT_COPY_FILES += \
53 device/amlogic/p241/files/remote.conf:$(TARGET_COPY_OUT_VENDOR)/etc/remote.conf \
54 device/amlogic/p241/files/remote.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/remote.cfg \
55 device/amlogic/p241/files/remote.tab:$(TARGET_COPY_OUT_VENDOR)/etc/remote.tab \
56 device/amlogic/p241/files/Vendor_0001_Product_0001.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Vendor_0001_Product_0001.kl \
57 device/amlogic/p241/files/Generic.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Generic.kl
58PRODUCT_AAPT_CONFIG := xlarge hdpi xhdpi mdpi
59PRODUCT_AAPT_PREF_CONFIG := mdpi
60
61PRODUCT_CHARACTERISTICS := mbx,nosdcard
62
63DEVICE_PACKAGE_OVERLAYS := \
64 device/amlogic/p241/overlay
65
66PRODUCT_TAGS += dalvik.gc.type-precise
67
68
69# setup dalvik vm configs.
70$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
71
72# set default USB configuration
73PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
74 persist.sys.usb.config=mtp
75