From dc7e025cd5d88779cd4161f601a022996e86e73a Mon Sep 17 00:00:00 2001 From: Shashank Sivakumar Date: Sat, 1 Jun 2024 21:50:51 +0530 Subject: [PATCH] rtwo: 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_rtwo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lineage_rtwo.mk b/lineage_rtwo.mk index 9a6d9fe..3c699c9 100644 --- a/lineage_rtwo.mk +++ b/lineage_rtwo.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 rtwo device