Build Android Unit Tests 32-bit Only
(This is a merge of http://go/wvgerrit/24738) The change to enable 64-bit as a possible target for Widevine Android made all the unit tests build as 64-bit on compatible platforms. Since none of these devices support 64-bit properly yet, this is a mistake. This patch restores unit test builds to being 32-bit only for now. In the future, when the switch for 64-bit-supporting devices is added, it will also switch the unit tests to 64-bit mode. Bug: 36071236 Test: Verified unit test format with "file" command. Change-Id: Ib4d3678181f3221b85fe6409f1d842dd15af3daa
This commit is contained in:
@@ -46,6 +46,8 @@ LOCAL_MODULE := libwvdrmdrmplugin_test
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
@@ -106,4 +108,6 @@ LOCAL_MODULE := libwvdrmdrmplugin_hidl_test
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user