From 44a9757c0958bec0e2e56a28b129804a1e50a51a Mon Sep 17 00:00:00 2001 From: Shashank Sivakumar Date: Sat, 1 Jun 2024 21:50:51 +0530 Subject: [PATCH] ferrari: Moving core 64 bit only makefile Moving the corresponding core_64_bit_only make file after removing the entry from the common64.mk file. This is to enable the GSI components for 64 bit option available. Change-Id: Idefd924e096371ae53fd76781257667b4f5a2fb7 --- lineage_ferrari.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lineage_ferrari.mk b/lineage_ferrari.mk index 7f4c66b..ca0b893 100644 --- a/lineage_ferrari.mk +++ b/lineage_ferrari.mk @@ -5,7 +5,7 @@ # # Inherit from those products. Most specific first. -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Inherit from ferrari device