diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2014-07-01 15:38:22 -0700 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2014-07-01 15:38:22 -0700 |
commit | fcac81ef04ade6f31eddb71bfc9a30a1ecf47840 (patch) | |
tree | 9b0cca03636c66607c78eb10927715de64f847ba /linker/tests | |
parent | 442d41fc128646d7f572da842d5d5b1918341c53 (diff) | |
download | bionic-fcac81ef04ade6f31eddb71bfc9a30a1ecf47840.zip bionic-fcac81ef04ade6f31eddb71bfc9a30a1ecf47840.tar.gz bionic-fcac81ef04ade6f31eddb71bfc9a30a1ecf47840.tar.bz2 |
Native tests are now multilib=both by default
Change-Id: I788ac0b871703c137727a65e017c4466127c0190
Diffstat (limited to 'linker/tests')
-rw-r--r-- | linker/tests/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linker/tests/Android.mk b/linker/tests/Android.mk index 683f9ee..fe64e77 100644 --- a/linker/tests/Android.mk +++ b/linker/tests/Android.mk @@ -19,7 +19,6 @@ ifneq ($(BUILD_TINY_ANDROID),true) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_MULTILIB := both LOCAL_MODULE := linker-unit-tests LOCAL_MODULE_STEM_32 := $(LOCAL_MODULE)32 LOCAL_MODULE_STEM_64 := $(LOCAL_MODULE)64 |