Skip to content

Commit

Permalink
chiron: recovery: Drop unnecessary makefile includes
Browse files Browse the repository at this point in the history
Change-Id: Id1f2910d73775693cc74348c27e7f3feab688538
  • Loading branch information
BYZYB committed Dec 1, 2023
1 parent 9f2e964 commit 894f3dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions twrp_chiron.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
PRODUCT_RELEASE_NAME := chiron

# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_n_mr1.mk)
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)

# Inherit from twrp custom product configuration
$(call inherit-product, vendor/twrp/config/common.mk)
Expand Down

0 comments on commit 894f3dc

Please sign in to comment.