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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user