universal7885: Don't explicitly include updatable_apex.mk

It is inherited by base_system.mk as of QPR2
This commit is contained in:
basamaryan 2024-04-10 15:39:31 +00:00 committed by Soo-Hwan Na
commit 0515c9d6a9

View file

@ -3,9 +3,6 @@ ifeq ($(TARGET_LOCAL_ARCH),arm64)
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk) $(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
endif endif
# .apex packages
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Soong namespaces # Soong namespaces
$(call inherit-product, hardware/samsung_slsi-linaro/config/config.mk) $(call inherit-product, hardware/samsung_slsi-linaro/config/config.mk)