This commit is contained in:
Nehemiah of Zebulun 2023-10-06 10:43:12 -04:00
parent 44028079b3
commit 8378abc3be

View File

@ -1,25 +1,5 @@
#
# Copyright 2019 The Android Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# All components inherited here go to system image
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.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/generic_system.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk)
# #
# All components inherited here go to system_ext image # All components inherited here go to system_ext image
@ -29,19 +9,18 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk)
# Enable mainline checking # Enable mainline checking
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed #PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
# #
# All components inherited here go to product image # All components inherited here go to product image
# #
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_product.mk)
#$(call inherit-product, device/generic/common/mgsi/mgsi_product.mk) #$(call inherit-product, device/generic/common/mgsi/mgsi_product.mk)
# #
# Special settings for GSI releasing # Special settings for GSI releasing
# #
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk)
#$(call inherit-product, device/generic/common/mgsi/mgsi_release.mk)
# Don't build super.img. # Don't build super.img.
PRODUCT_BUILD_SUPER_PARTITION := false PRODUCT_BUILD_SUPER_PARTITION := false