Rename mainline_system(.*).mk to generic_system(.*).mk

Rename mainline_system to generic_system in mk files
to avoid confusion with mainline module.

Bug: 160649682
Test: lunch aosp_sunfish && m nothing
Change-Id: I3609ec2d91b0f08859a36cac75c25876b1db6d6a
This commit is contained in:
JaeMan
2020-07-14 01:49:46 +00:00
committed by JaeMan Park
parent 1f17a4fa3b
commit 15e118e4f7

View File

@@ -18,7 +18,7 @@
# All components inherited here go to system image
#
$(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/generic_system.mk)
# Enable mainline checking
# TODO(b/138706293): Enable mainline checking later