diff options
-rw-r--r-- | full_gta04.mk | 3 |
1 files changed, 1 insertions, 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 <http://www.gnu.org/licenses/>. -$(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 |