Merge "Allow arm prebuilts for x86_arm builds"

This commit is contained in:
Treehugger Robot
2016-05-31 22:08:15 +00:00
committed by Gerrit Code Review

View File

@@ -13,7 +13,10 @@ else
my_prefix := TARGET_
ifeq ($(TARGET_TRANSLATE_2ND_ARCH),true)
LOCAL_MULTILIB := first
# Only support prebuilt shared and static libraries for translated arch
ifeq ($(filter SHARED_LIBRARIES STATIC_LIBRARIES,$(LOCAL_MODULE_CLASS)),)
LOCAL_MULTILIB := first
endif
endif
endif