gts21vewifi: Inherit appropriate base config

* This is a WiFi-only tab; inheriting telephony base isn't necessary.
This commit is contained in:
Olivier Karasangabo 2017-01-22 13:48:12 +01:00
parent 603146a1ab
commit 82ba946932
No known key found for this signature in database
GPG Key ID: 055DBFDF9547D980
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Inherit from gts210vewifi device
$(call inherit-product, device/samsung/gts210vewifi/device.mk)