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/base.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/base.mk')
-rw-r--r--target/product/base.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/base.mk b/target/product/base.mk
index 1ecbf4a01..804a2ee6b 100644
--- a/target/product/base.mk
+++ b/target/product/base.mk
@@ -18,3 +18,4 @@
18# up by partition. 18# up by partition.
19$(call inherit-product, $(SRC_TARGET_DIR)/product/base_system.mk) 19$(call inherit-product, $(SRC_TARGET_DIR)/product/base_system.mk)
20$(call inherit-product, $(SRC_TARGET_DIR)/product/base_vendor.mk) 20$(call inherit-product, $(SRC_TARGET_DIR)/product/base_vendor.mk)
21$(call inherit-product, $(SRC_TARGET_DIR)/product/base_product.mk)