From 9ba245d9a347a17d13bb12493fd25556b536c9b3 Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Thu, 5 Oct 2023 16:40:30 -0400 Subject: [PATCH] Try and try again --- cat/cat_s22.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cat/cat_s22.mk b/cat/cat_s22.mk index e5faa24..5cadaaa 100644 --- a/cat/cat_s22.mk +++ b/cat/cat_s22.mk @@ -17,7 +17,8 @@ # # All components inherited here go to system image # -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +#$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk) # Enable mainline checking