From 6198c76b91db0e07e55b8ff27de40d41c72937c5 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 14 Jun 2014 12:34:38 +0200 Subject: full_gta04.mk: Proper full base include Signed-off-by: Paul Kocialkowski --- full_gta04.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/full_gta04.mk b/full_gta04.mk index 2607871..10303fc 100644 --- a/full_gta04.mk +++ b/full_gta04.mk @@ -13,8 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, device/goldelico/gta04/gta04.mk) PRODUCT_NAME := full_gta04 -- cgit v1.1