summaryrefslogtreecommitdiffstats
path: root/modules/usbaudio/Android.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-04-18 15:41:11 -0700
committerColin Cross <ccross@android.com>2014-04-18 15:50:32 -0700
commit732b92a1d693e1bd34bdabb4a08ffd91bf4ea123 (patch)
tree0111fdf4eda3a05775aa0e4b919eac9fee81f9f7 /modules/usbaudio/Android.mk
parent5685a0845ecde4a1e53684473af3de77e6641af6 (diff)
downloadhardware_libhardware-732b92a1d693e1bd34bdabb4a08ffd91bf4ea123.zip
hardware_libhardware-732b92a1d693e1bd34bdabb4a08ffd91bf4ea123.tar.gz
hardware_libhardware-732b92a1d693e1bd34bdabb4a08ffd91bf4ea123.tar.bz2
usbaudio: allow compiling for 64-bit
Set -Wno-unused-parameter, which makes the directory warnings-clean on 32-bit and 64-bit. Remove LOCAL_32_BIT_ONLY. Change-Id: I672d4ee8d9e70c75f9376ca60389af08f73166b8
Diffstat (limited to 'modules/usbaudio/Android.mk')
-rw-r--r--modules/usbaudio/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/usbaudio/Android.mk b/modules/usbaudio/Android.mk
index 2acd171..2af7897 100644
--- a/modules/usbaudio/Android.mk
+++ b/modules/usbaudio/Android.mk
@@ -24,7 +24,7 @@ LOCAL_C_INCLUDES += \
external/tinyalsa/include
LOCAL_SHARED_LIBRARIES := liblog libcutils libtinyalsa
LOCAL_MODULE_TAGS := optional
-LOCAL_32_BIT_ONLY := true
+LOCAL_CFLAGS := -Wno-unused-parameter
include $(BUILD_SHARED_LIBRARY)