summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-06-21 14:09:10 -0700
committerSimon Wilson <simonwilson@google.com>2011-06-24 13:36:54 -0700
commit1ff6591ccffac61e070243b30c9862e5e756fb22 (patch)
treeb3de4756190cfe39252bab35576670982f14989a /device.mk
parentbe939764f20a889cb0172d9d2f5d93e1424a00a1 (diff)
downloaddevice_samsung_tuna-1ff6591ccffac61e070243b30c9862e5e756fb22.zip
device_samsung_tuna-1ff6591ccffac61e070243b30c9862e5e756fb22.tar.gz
device_samsung_tuna-1ff6591ccffac61e070243b30c9862e5e756fb22.tar.bz2
audio: voice call support
- Also ensured that PRODUCT_PACKAGES is set so that the HAL is copied into the filesystem. Change-Id: I89790e5aec1d6beb7d4650316ec070503a35c436
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 41eea45..f07f73d 100644
--- a/device.mk
+++ b/device.mk
@@ -35,6 +35,9 @@ PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
PRODUCT_PACKAGES := \
sensors.tuna
+PRODUCT_PACKAGES += \
+ audio.primary.tuna
+
PRODUCT_COPY_FILES := \
$(LOCAL_KERNEL):kernel \
device/samsung/tuna/init.tuna.rc:root/init.tuna.rc \