2013-03-11 18:12:54 +00:00
|
|
|
#
|
|
|
|
# Copyright 2013 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.
|
|
|
|
#
|
|
|
|
|
2013-05-29 01:46:16 +00:00
|
|
|
# rild
|
|
|
|
PRODUCT_PACKAGES := \
|
|
|
|
rild \
|
2015-11-24 00:58:37 +00:00
|
|
|
CarrierConfig \
|
2013-05-29 01:46:16 +00:00
|
|
|
BasicSmsReceiver
|
2013-03-11 18:12:54 +00:00
|
|
|
|
2021-11-30 15:48:15 +00:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.radio@1.0 \
|
|
|
|
android.hardware.radio.deprecated@1.0
|
|
|
|
|
2016-11-21 03:36:50 +00:00
|
|
|
# Features
|
2015-02-22 23:24:10 +00:00
|
|
|
PRODUCT_COPY_FILES += \
|
2019-01-20 19:35:39 +00:00
|
|
|
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml
|
2015-02-22 16:14:16 +00:00
|
|
|
|
2016-11-21 03:36:50 +00:00
|
|
|
# Camera
|
2013-05-30 22:36:09 +00:00
|
|
|
PRODUCT_PACKAGES += \
|
2016-11-21 03:36:50 +00:00
|
|
|
camera.deb
|
2013-05-29 01:46:16 +00:00
|
|
|
|
2015-11-17 13:04:22 +00:00
|
|
|
PRODUCT_PACKAGES += \
|
2016-11-21 03:36:50 +00:00
|
|
|
hostapd_default.conf
|
2015-11-17 13:04:22 +00:00
|
|
|
|
2013-05-29 01:46:16 +00:00
|
|
|
# the actual meat of the device-specific product definition
|
|
|
|
$(call inherit-product, device/asus/flo/device-common.mk)
|
|
|
|
|
|
|
|
# inherit from the non-open-source side, if present
|
2021-04-09 14:18:37 +00:00
|
|
|
$(call inherit-product, vendor/asus/deb/deb-vendor.mk)
|
2013-05-29 01:46:16 +00:00
|
|
|
|
2019-01-23 22:23:18 +00:00
|
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
|
|
|
device/asus/deb/overlay
|
2019-01-27 14:32:05 +00:00
|
|
|
|
|
|
|
PRODUCT_ENFORCE_RRO_TARGETS := \
|
|
|
|
framework-res
|
2019-10-09 19:21:05 +00:00
|
|
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
2021-12-02 15:30:52 +00:00
|
|
|
$(LOCAL_PATH)/rootdir/etc/fstab.deb:$(TARGET_COPY_OUT_RAMDISK)/fstab.flo
|