-
Notifications
You must be signed in to change notification settings - Fork 5
/
device_tassve.mk
43 lines (37 loc) · 1.78 KB
/
device_tassve.mk
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
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Inherit products
$(call inherit-product, device/samsung/bcm21553-common/common.mk)
$(call inherit-product, vendor/samsung/tassve/vendor_blobs.mk)
$(call inherit-product, build/target/product/languages_full.mk)
$(call inherit-product, build/target/product/full_base.mk)
# Add device package overlay
DEVICE_PACKAGE_OVERLAYS += device/samsung/tassve/overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/ldpi
# The gps config appropriate for this device
$(call inherit-product, device/common/gps/gps_us_supl.mk)
# Add LDPI assets
PRODUCT_LOCALES += ldpi
# Kernel modules
PRODUCT_COPY_FILES += \
device/samsung/tassve/prebuilt/root/fsr.ko:root/fsr.ko \
device/samsung/tassve/prebuilt/root/fsr_stl.ko:root/fsr_stl.ko \
device/samsung/tassve/prebuilt/root/rfs_fat.ko:root/rfs_fat.ko \
device/samsung/tassve/prebuilt/root/rfs_glue.ko:root/rfs_glue.ko \
device/samsung/tassve/prebuilt/root/j4fs.ko:root/j4fs.ko \
device/samsung/tassve/prebuilt/root/sec_param.ko:root/sec_param.ko
# Board-specific init
PRODUCT_COPY_FILES += \
device/samsung/tassve/ramdisk/ueventd.gt-s5570i.rc:root/ueventd.gt-s5570i.rc \
device/samsung/tassve/ramdisk/init.gt-s5570i.rc:root/init.gt-s5570i.rc