* commit 'fa8ad9fb544e01e663709e8dccd9b358e4d3ede9': Audio policy is 32-bit only
This commit is contained in:
commit
67d562280d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue