|
@@ -7,20 +7,9 @@
|
|
|
|
|
|
|
|
LOCAL_PATH := device/samsung/dm2q
|
|
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
|
|
# Dynamic partitions
|
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
# fastbootd
|
|
# fastbootd
|
|
|
PRODUCT_PACKAGES += fastbootd
|
|
PRODUCT_PACKAGES += fastbootd
|
|
|
|
|
|