blob: e0ea3391b6526e9bf00130078efe9bb550a6c7e6 [file] [log] [blame]
Jean-Baptiste Queru127b2d52012-08-03 15:06:49 -07001#
2# Copyright (C) 2010 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
Ramanan Rajeswaran754c5f42012-09-04 14:05:03 -070017# rild
18PRODUCT_PACKAGES := \
jessica9ba5bcb2012-10-08 20:42:28 -070019 rild \
20 BasicSmsReceiver
Ramanan Rajeswaran754c5f42012-09-04 14:05:03 -070021
22PRODUCT_COPY_FILES := \
Ken Sumrall68f6a132013-02-22 17:39:38 -080023 device/asus/tilapia/fstab.grouper:root/fstab.grouper \
Nick Kralevichae297012014-11-07 09:38:15 -080024 device/asus/tilapia/init.recovery.tilapia.rc:root/init.recovery.grouper.rc \
Ramanan Rajeswaran42cb87a2012-10-10 13:52:20 -070025 device/asus/tilapia/init.tilapia.rc:root/init.grouper.rc
Ramanan Rajeswaran754c5f42012-09-04 14:05:03 -070026
27DEVICE_PACKAGE_OVERLAYS := \
28 device/asus/tilapia/overlay
29
Jean-Baptiste Queru127b2d52012-08-03 15:06:49 -070030# the actual meat of the device-specific product definition
31$(call inherit-product, device/asus/grouper/device-common.mk)
32
33# inherit from the non-open-source side, if present
34$(call inherit-product-if-exists, vendor/asus/tilapia/device-vendor.mk)