Merge "Include AOSP telephony apps in mainline_system."
am: fb59f55487
Change-Id: I928d8c18382cf7c3da4f4200f14b95024b2cbe16
This commit is contained in:
commit
f6326846e2
7 changed files with 35 additions and 9 deletions
|
@ -28,4 +28,5 @@ PRODUCT_COPY_FILES := \
|
|||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
# It includes the base Android platform.
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)
|
||||
|
||||
# Overrides
|
||||
PRODUCT_BRAND := generic
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_vendor.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)
|
||||
|
||||
PRODUCT_NAME := mainline_arm64
|
||||
PRODUCT_DEVICE := generic_arm64
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# This makefile is the basis of a generic system image for a handheld
|
||||
# device with no telephony.
|
||||
# This makefile is the basis of a generic system image for a handheld device.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
|
||||
|
||||
# OTA support.
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2007 The Android Open Source Project
|
||||
# Copyright (C) 2018 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.
|
||||
|
@ -14,8 +14,8 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# This is the list of product-level settings that are specific
|
||||
# to products that have telephony hardware.
|
||||
# This is the list of modules that are specific to products that have telephony
|
||||
# hardware, and install on the system partition.
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
CarrierConfig \
|
||||
|
@ -24,6 +24,5 @@ PRODUCT_PACKAGES := \
|
|||
CallLogBackup \
|
||||
CellBroadcastReceiver \
|
||||
EmergencyInfo \
|
||||
rild
|
||||
|
||||
PRODUCT_COPY_FILES := \
|
23
target/product/telephony_vendor.mk
Normal file
23
target/product/telephony_vendor.mk
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# Copyright (C) 2018 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.
|
||||
#
|
||||
|
||||
# This is the list of modules that are specific to products that have telephony
|
||||
# hardware, and install outside the system partition.
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
rild \
|
||||
|
||||
PRODUCT_COPY_FILES := \
|
|
@ -21,7 +21,8 @@
|
|||
|
||||
# Generic system image inherits from AOSP with telephony
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)
|
||||
|
||||
# Enable dynamic partition size
|
||||
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
|
||||
|
|
Loading…
Reference in a new issue