@@ -1,7 +1,3 @@ | |||
# Inherit from common | |||
$(call inherit-product, device/samsung/msm8916-common/bootleg_j5x.mk) | |||
$(call inherit-product, device/samsung/j5xnlte/device.mk) | |||
## Device identifier. This must come after all inclusions |
@@ -1,6 +1,12 @@ | |||
#Inherit from vendor | |||
$(call inherit-product-if-exists, vendor/samsung/j5xnlte/j5xnlte-vendor.mk) | |||
# Inherit J5 2015 device | |||
$(call inherit-product, device/samsung/msm8916-common/device-j5x.mk) | |||
# Inherit NFC support | |||
$(call inherit-product, device/samsung/msm8916-common/nfc.mk) | |||
# Inherit from common | |||
$(call inherit-product, device/samsung/msm8916-common/msm8916.mk) | |||