blob: 36ff1fabaa598099757ee688d22e980b725ceb32 [file] [log] [blame]
thomasc8ba46d2014-08-01 22:42:11 -05001#
2# Copyright (C) 2011 The CyanogenMod 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
17## (2) Also get non-open-source specific aspects if available
18$(call inherit-product-if-exists, vendor/samsung/skyrocket/skyrocket-vendor.mk)
19
20## overlays
21DEVICE_PACKAGE_OVERLAYS += device/samsung/skyrocket/overlay
22
23# Ramdisk
24PRODUCT_COPY_FILES += \
25 device/samsung/skyrocket/ramdisk/init.qcom.usb.rc:root/init.qcom.usb.rc \
26
27# BT firmware
28PRODUCT_COPY_FILES += \
29 device/samsung/skyrocket/firmware/bcm4330B1.hcd:system/etc/firmware/bcm4330B1.hcd
30
31# Inherit from celox-common
32$(call inherit-product, device/samsung/celox-common/celox-common.mk)
33
34$(call inherit-product-if-exists, vendor/samsung/skyrocket/skyrocket-vendor.mk)