mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts28vewifi.git
synced 2024-11-07 03:25:49 +00:00
gts21vewifi: Inherit appropriate base config
* This is a WiFi-only tab; inheriting telephony base isn't necessary.
This commit is contained in:
parent
603146a1ab
commit
82ba946932
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
# Inherit from those products. Most specific first.
|
# 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/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
|
# Inherit from gts210vewifi device
|
||||||
$(call inherit-product, device/samsung/gts210vewifi/device.mk)
|
$(call inherit-product, device/samsung/gts210vewifi/device.mk)
|
||||||
|
|
Loading…
Reference in a new issue