summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-24 18:15:39 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-24 18:17:12 -0700
commitdbd368991702c5ad1786a1b4412b881b4605af32 (patch)
treedfc06520383b2ec5c3ca16b9f4f2eb99d17aed21 /BoardConfig.mk
parent96d4ccee4fd69a95d8a75c14df8f5baa6b31aa4d (diff)
downloaddevice_samsung_crespo-dbd368991702c5ad1786a1b4412b881b4605af32.tar.gz
device_samsung_crespo-dbd368991702c5ad1786a1b4412b881b4605af32.tar.bz2
device_samsung_crespo-dbd368991702c5ad1786a1b4412b881b4605af32.zip
Create a stub for libsecril-client
This allows to build libaudio even if we don't have the true libsecril-client Change-Id: I3f8c8aa975a96a144157505272cf9a4497bef196
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 3bdb1c7..e9ff626 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -18,7 +18,9 @@
#
# Set this up here so that BoardVendorConfig.mk can override it
-BOARD_USES_GENERIC_AUDIO := true
+BOARD_USES_GENERIC_AUDIO := false
+
+BOARD_USES_LIBSECRIL_STUB := true
# Use the non-open-source parts, if they're present
-include vendor/samsung/crespo/BoardConfigVendor.mk