config: Rename mobile-specific configs
Since common_full.mk and common_mini.mk are mobile-specific, rename them Change-Id: I2c47fd0688350ac815ccecbff7b453d7fab5d5ea
This commit is contained in:
committed by
Łukasz Patron
parent
43ae0f9a7f
commit
799d122416
@@ -1,5 +1,5 @@
|
|||||||
# Inherit full common Lineage stuff
|
# Inherit mobile full common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
||||||
# Inherit full common Lineage stuff
|
# Inherit mobile full common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
||||||
# Inherit full common Lineage stuff
|
# Inherit mobile full common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Inherit mini common Lineage stuff
|
# Inherit mobile mini common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Inherit mini common Lineage stuff
|
# Inherit mobile mini common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Inherit mini common Lineage stuff
|
# Inherit mobile mini common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
Reference in New Issue
Block a user