Skip to content

Commit

Permalink
EXTRA: msm8937-common: Inherit ih8sn makefile if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
me-cafebabe committed May 10, 2022
1 parent 51e0a77 commit acef0fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mithorium.mk
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ PRODUCT_COPY_FILES += \
# Inherit the proprietary files
$(call inherit-product, vendor/xiaomi/mithorium-common/mithorium-common-vendor.mk)

# ih8sn
$(call inherit-product-if-exists, ih8sn/ih8sn.mk)

# Inherit private extras
USE_EXTRAS := true
$(call inherit-product-if-exists, vendor/extras/product.mk)

0 comments on commit acef0fe

Please sign in to comment.