Jelajahi Sumber

Clean up device.mk by removing unused inherits

Removed unnecessary inheritance from common AOSP and TWRP configs.
Rafael Alvarado Navarro 1 tahun lalu
induk
melakukan
f78203b04b
1 mengubah file dengan 1 tambahan dan 12 penghapusan
  1. 1 12
      device.mk

+ 1 - 12
device.mk

@@ -7,20 +7,9 @@
 
 LOCAL_PATH := device/samsung/dm2q
 
-# Inherit from common AOSP config
-$(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)
-
-# Enable project quotas and casefolding for emulated storage without sdcardfs
-$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
-
-# Inherit some common TWRP stuff.
-$(call inherit-product, vendor/twrp/config/common.mk)
-
 # Dynamic partitions
 PRODUCT_USE_DYNAMIC_PARTITIONS := true
-    
+
 # fastbootd
 PRODUCT_PACKAGES += fastbootd