aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzuWei Lin2019-01-09 03:08:25 -0600
committerSzuWei Lin2019-01-16 08:23:35 -0600
commitcaa5e88d4ac34215222c2a4f7bafbdba714bb7f7 (patch)
treeb2bfd47a8246183de05cb7a7bdc2d63753909cec /target/product/telephony_product.mk
parent546550e0954db00f0129a5ec9b66cfba4bc98d91 (diff)
downloadplatform-build-caa5e88d4ac34215222c2a4f7bafbdba714bb7f7.tar.gz
platform-build-caa5e88d4ac34215222c2a4f7bafbdba714bb7f7.tar.xz
platform-build-caa5e88d4ac34215222c2a4f7bafbdba714bb7f7.zip
Split *_product makefiles
So far, we have *_system.mk and *_vendor.mk. This patch split all product settings from *_vendor.mk to new *_product.mk This patch also create a new telephony.mk to include all telephony_*.mk Bug: 119747870 Test: lunch mainline_arm64-user; make -j Test: compare the content with and without the patch Test: the output files in out folder are the same Change-Id: I79aefdd1971b3b5724a3ec858de4109b645c765a Merged-In: I79aefdd1971b3b5724a3ec858de4109b645c765a
Diffstat (limited to 'target/product/telephony_product.mk')
-rw-r--r--target/product/telephony_product.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/target/product/telephony_product.mk b/target/product/telephony_product.mk
new file mode 100644
index 000000000..70d4828ea
--- /dev/null
+++ b/target/product/telephony_product.mk
@@ -0,0 +1,23 @@
1#
2# Copyright (C) 2019 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
17# This is the list of modules that are specific to products that have telephony
18# hardware, and install to the product partition.
19
20# /product packages
21PRODUCT_PACKAGES += \
22 CarrierConfig \
23 Dialer \