summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-01 19:07:16 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-01 19:07:16 -0700
commit5dc9a14e8a493d03dc60cca8b6dd467ea9bcdf9a (patch)
treebd9516872ffbf7d53b8954e0c17fda1214a90649 /BoardConfig.mk
parent1eaf1002f85256a6f95aaba2a97a4760284b8cfb (diff)
downloaddevice_samsung_crespo-5dc9a14e8a493d03dc60cca8b6dd467ea9bcdf9a.tar.gz
device_samsung_crespo-5dc9a14e8a493d03dc60cca8b6dd467ea9bcdf9a.tar.bz2
device_samsung_crespo-5dc9a14e8a493d03dc60cca8b6dd467ea9bcdf9a.zip
Use generic audio for non-vendor builds
Change-Id: I739697dd7bc5d9c584b4983737ea4a763861531b
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 20ee7aa..9d2e1b0 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -17,6 +17,9 @@
# Product-specific compile-time definitions.
#
+# Set this up here so that BoardVendorConfig.mk can override it
+BOARD_USES_GENERIC_AUDIO := true
+
# Use the non-open-source parts, if they're present
-include vendor/samsung/crespo/BoardConfigVendor.mk
@@ -42,7 +45,6 @@ ARCH_ARM_HAVE_TLS_REGISTER := true
# Enable JIT
WITH_JIT := true
-BOARD_USES_GENERIC_AUDIO := false
ifeq ($(BOARD_USES_GENERIC_AUDIO),false)
BOARD_USES_ALSA_AUDIO := true
BUILD_WITH_ALSA_UTILS := true