From a61029902900fdefae401fafe7241b61e7493de0 Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Thu, 5 Oct 2023 15:01:21 -0400 Subject: [PATCH] Board config --- cat/cat_s22.mk | 3 ++- cat/{s22 => cat_s22}/BoardConfig.mk | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename cat/{s22 => cat_s22}/BoardConfig.mk (100%) diff --git a/cat/cat_s22.mk b/cat/cat_s22.mk index 31a5b76..19c8cb0 100644 --- a/cat/cat_s22.mk +++ b/cat/cat_s22.mk @@ -17,6 +17,7 @@ # # 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/mainline_system.mk) # Enable mainline checking @@ -38,6 +39,6 @@ PRODUCT_BUILD_SUPER_PARTITION := false PRODUCT_SOONG_NAMESPACES += device/generic/goldfish PRODUCT_NAME := cat_s22 -PRODUCT_DEVICE := s22 +PRODUCT_DEVICE := cat_s22 PRODUCT_BRAND := Android PRODUCT_MODEL := Minimal GSI on arm32 diff --git a/cat/s22/BoardConfig.mk b/cat/cat_s22/BoardConfig.mk similarity index 100% rename from cat/s22/BoardConfig.mk rename to cat/cat_s22/BoardConfig.mk