am fa8ad9fb: am 60089828: Merge "Audio policy is 32-bit only"

* commit 'fa8ad9fb544e01e663709e8dccd9b358e4d3ede9':
  Audio policy is 32-bit only
This commit is contained in:
Glenn Kasten 2014-03-17 23:32:53 +00:00 committed by Android Git Automerger
commit 67d562280d

View file

@ -13,6 +13,7 @@ LOCAL_SRC_FILES := \
LOCAL_MODULE := libaudiohw_legacy
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_LIBRARIES := libmedia_helper
LOCAL_32_BIT_ONLY := true
include $(BUILD_STATIC_LIBRARY)
@ -30,6 +31,7 @@ endif
LOCAL_STATIC_LIBRARIES := libmedia_helper
LOCAL_MODULE := libaudiopolicy_legacy
LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := true
include $(BUILD_STATIC_LIBRARY)
@ -54,6 +56,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
LOCAL_MODULE := audio_policy.default
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := true
include $(BUILD_SHARED_LIBRARY)