From cce4baa6f326e199cdd982d0babe43cec9386045 Mon Sep 17 00:00:00 2001 From: Shashank Sivakumar Date: Sat, 1 Jun 2024 21:50:51 +0530 Subject: [PATCH] dm3q: 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_dm3q.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lineage_dm3q.mk b/lineage_dm3q.mk index 6fca3db..00ad556 100644 --- a/lineage_dm3q.mk +++ b/lineage_dm3q.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 the device configuration.