Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 799d1224 authored by Sebastiano Barezzi's avatar Sebastiano Barezzi Committed by Łukasz Patron
Browse files

config: Rename mobile-specific configs

Since common_full.mk and common_mini.mk are mobile-specific, rename them

Change-Id: I2c47fd0688350ac815ccecbff7b453d7fab5d5ea
parent 43ae0f9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)
# Inherit mobile full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)

# Required packages
PRODUCT_PACKAGES += \
+2 −2
Original line number Diff line number Diff line
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)
# Inherit mobile full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)

# Required packages
PRODUCT_PACKAGES += \
+2 −2
Original line number Diff line number Diff line
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)
# Inherit mobile full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)

# Required packages
PRODUCT_PACKAGES += \
+2 −2
Original line number Diff line number Diff line
# Inherit mini common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mini.mk)
# Inherit mobile mini common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)

# Required packages
PRODUCT_PACKAGES += \
+2 −2
Original line number Diff line number Diff line
# Inherit mini common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mini.mk)
# Inherit mobile mini common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)

# Required packages
PRODUCT_PACKAGES += \
Loading