Not sure I need that

This commit is contained in:
Nehemiah of Zebulun 2023-12-14 16:17:10 -05:00
parent 5e5986adbe
commit dccfb91aaa

View File

@ -1,11 +1,6 @@
$(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/mainline_system.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk)
# Enable mainline checking for excat this product name
ifeq (aosp_arm64,$(TARGET_PRODUCT))
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
endif
# #
# All components inherited here go to system_ext image # All components inherited here go to system_ext image
# #
@ -20,8 +15,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk)
# #
# All components inherited here go to vendor image # All components inherited here go to vendor image
# #
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulator_vendor.mk) # $(call inherit-product, $(SRC_TARGET_DIR)/product/emulator_vendor.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk) # $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
# #
# Special settings for GSI releasing # Special settings for GSI releasing