From 959b6e48b32f593dd5a151869e80708d91775fde 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lineage_ferrari.mk b/lineage_ferrari.mk index 5acbe63..6864614 100644 --- a/lineage_ferrari.mk +++ b/lineage_ferrari.mk @@ -5,8 +5,7 @@ # # Inherit from those products. Most specific first. -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) -TARGET_SUPPORTS_OMX_SERVICE := false +$(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