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

Commit c044754e authored by Steve Kondik's avatar Steve Kondik
Browse files

build: Include an extra device.mk

Change-Id: I4373f78f57c81e46affc2f6a6bc854bf4c3d00db
parent 7d49eba1
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -101,9 +101,15 @@ include $(BUILD_SYSTEM)/config.mk
# be generated correctly
include $(BUILD_SYSTEM)/cleanbuild.mk

# Bring in Qualcomm helper macros
include $(BUILD_SYSTEM)/qcom_utils.mk

# Include the google-specific config
-include vendor/google/build/config.mk

# Include the extra device config
-include vendor/extra/device.mk

VERSION_CHECK_SEQUENCE_NUMBER := 3
-include $(OUT_DIR)/versions_checked.mk
ifneq ($(VERSION_CHECK_SEQUENCE_NUMBER),$(VERSIONS_CHECKED))
@@ -242,9 +248,6 @@ endif
# Bring in standard build system definitions.
include $(BUILD_SYSTEM)/definitions.mk

# Bring in Qualcomm helper macros
include $(BUILD_SYSTEM)/qcom_utils.mk

# Bring in dex_preopt.mk
include $(BUILD_SYSTEM)/dex_preopt.mk