Ver código fonte

Update twrp_cap_sprout.mk

Samuel Kendall 1 ano atrás
pai
commit
1a3e5ef3b8
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      twrp_cap_sprout.mk

+ 6 - 0
twrp_cap_sprout.mk

@@ -5,6 +5,12 @@
 # SPDX-License-Identifier: Apache-2.0
 #
 
+PRODUCT_RELEASE_NAME := cap_sprout
+
+# Inherit any OrangeFox-specific settings
+$(call inherit-product-if-exists, $(DEVICE_PATH)/fox_$(PRODUCT_RELEASE_NAME).mk)
+
+
 # Inherit from those products. Most specific first.
 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)