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

Commit f4617805 authored by Nishith  Khanna's avatar Nishith Khanna Committed by Abhishek Aggarwal
Browse files

vendor: config: Include configuration for eos

parent 1d5cae9e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -211,3 +211,6 @@ include vendor/lineage/config/version.mk
-include vendor/lineage-priv/keys/keys.mk

-include $(WORKSPACE)/build_env/image-auto-bits.mk

# Include configuration for eos
$(call inherit-product, vendor/eos/config/common.mk)
+3 −0
Original line number Diff line number Diff line
@@ -63,3 +63,6 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
# SystemUI plugins
PRODUCT_PACKAGES += \
    QuickAccessWallet

# Include configuration for eos
$(call inherit-product, vendor/eos/config/common_mobile.mk)
+3 −0
Original line number Diff line number Diff line
@@ -19,3 +19,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
# (for devices that check this)
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
    net.tethering.noprovisioning=true

# Include configuration for eos
$(call inherit-product, vendor/eos/config/telephony.mk)