Skip to content

Commit acef0fe

Browse files
committed
EXTRA: msm8937-common: Inherit ih8sn makefile if exists
1 parent 51e0a77 commit acef0fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mithorium.mk

+3
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ PRODUCT_COPY_FILES += \
411411
# Inherit the proprietary files
412412
$(call inherit-product, vendor/xiaomi/mithorium-common/mithorium-common-vendor.mk)
413413

414+
# ih8sn
415+
$(call inherit-product-if-exists, ih8sn/ih8sn.mk)
416+
414417
# Inherit private extras
415418
USE_EXTRAS := true
416419
$(call inherit-product-if-exists, vendor/extras/product.mk)

0 commit comments

Comments
 (0)