summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Dodd <atd7@cornell.edu>2012-05-01 08:19:16 -0400
committerAndrew Dodd <atd7@cornell.edu>2012-05-01 09:04:26 -0400
commitfbcd6b357d052242c99988c715fa3d75a1150209 (patch)
tree6f3a6f5279df39eb86baabebfc85ae41f59f4562
parent474286761f38f1396741db4ae9993cba6322903f (diff)
downloaddevice_samsung_n7000-fbcd6b357d052242c99988c715fa3d75a1150209.zip
device_samsung_n7000-fbcd6b357d052242c99988c715fa3d75a1150209.tar.gz
device_samsung_n7000-fbcd6b357d052242c99988c715fa3d75a1150209.tar.bz2
Call only full_base_telephony.mk like galaxys2 does - hopefully
will stop media_profiles from getting overwritten. Change-Id: Iabad17187b20b96b2ef4358d43af8fb9fcff9abe
-rwxr-xr-xfull_galaxynote.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/full_galaxynote.mk b/full_galaxynote.mk
index e8adae1..ca1a282 100755
--- a/full_galaxynote.mk
+++ b/full_galaxynote.mk
@@ -20,8 +20,9 @@
#
# Inherit from those products. Most specific first.
-$(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, $(SRC_TARGET_DIR)/product/languages_full.mk)
+#$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
$(call inherit-product, device/samsung/galaxynote/galaxynote.mk)
# Discard inherited values and use our own instead.