aboutsummaryrefslogtreecommitdiff
path: root/target/product/aosp_x86_64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/product/aosp_x86_64.mk')
-rw-r--r--target/product/aosp_x86_64.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/aosp_x86_64.mk b/target/product/aosp_x86_64.mk
index 9b26716beb..5d782644dc 100644
--- a/target/product/aosp_x86_64.mk
+++ b/target/product/aosp_x86_64.mk
@@ -32,7 +32,7 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
# 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 for excat this product name
ifeq (aosp_x86_64,$(TARGET_PRODUCT))