summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-10-24 16:39:24 -0700
committerEric Laurent <elaurent@google.com>2010-10-25 10:26:15 -0700
commit08f0c7f7a98cda8b3ccc1fe9efb6affe5d63215e (patch)
treeb521b9e360ac8fbb1fa006fd996ec9100b2e43e2
parent0c7d0dd2d75871c221c434b648c0d8f853af6ebf (diff)
downloaddevice_samsung_crespo-08f0c7f7a98cda8b3ccc1fe9efb6affe5d63215e.tar.gz
device_samsung_crespo-08f0c7f7a98cda8b3ccc1fe9efb6affe5d63215e.tar.bz2
device_samsung_crespo-08f0c7f7a98cda8b3ccc1fe9efb6affe5d63215e.zip
Enable new audio HAL
Change-Id: Ifeec94261b8535476e997ba044e9fd130123f1b5
-rwxr-xr-xBoardConfig.mk4
-rw-r--r--CleanSpec.mk6
2 files changed, 7 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 881cd52..c5253df 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -49,8 +49,8 @@ TARGET_ARCH_VARIANT := armv7-a-neon
ARCH_ARM_HAVE_TLS_REGISTER := true
ifeq ($(BOARD_USES_GENERIC_AUDIO),false)
-BOARD_USES_ALSA_AUDIO := true
-BUILD_WITH_ALSA_UTILS := true
+BOARD_USES_ALSA_AUDIO := false
+BUILD_WITH_ALSA_UTILS := false
endif
USE_CAMERA_STUB := false
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b3ddfac..5d24448 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -49,4 +49,8 @@ $(call add-clean-step, find $(PRODUCT_OUT) -name "*.apk" | xargs rm)
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
$(call add-clean-step, rm -rf $(TARGET_OUT)/build.prop)
-$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRARIES/libaudio_intermediates) \ No newline at end of file
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRARIES/libaudio_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRARIES/libaudio_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/STATIC_LIBRARIES/libasound_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/EXECUTABLES/alsa_*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/system/bin/alsa_*) \ No newline at end of file