diff options
-rw-r--r-- | full_p5110.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/full_p5110.mk b/full_p5110.mk index dfea6c0..2c32377 100644 --- a/full_p5110.mk +++ b/full_p5110.mk @@ -15,7 +15,7 @@ # # Inherit from those products. Most specific first. -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) $(call inherit-product, device/samsung/p5110/p5110.mk) # Discard inherited values and use our own instead. |