am aeaa0f5c
: Merge "Turn shared library multilib warnings into errors"
* commit 'aeaa0f5c580356c0d74dd11e00fb29ae67d97f2b': Turn shared library multilib warnings into errors
This commit is contained in:
commit
af6d2d8754
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@ endif
|
|||
ifeq ($(my_module_multilib),both)
|
||||
ifneq ($(LOCAL_MODULE_PATH),)
|
||||
ifneq ($(TARGET_2ND_ARCH),)
|
||||
$(warning $(LOCAL_MODULE): LOCAL_MODULE_PATH for shared libraries is unsupported in multiarch builds, use LOCAL_MODULE_RELATIVE_PATH instead)
|
||||
$(error $(LOCAL_MODULE): LOCAL_MODULE_PATH for shared libraries is unsupported in multiarch builds, use LOCAL_MODULE_RELATIVE_PATH instead)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(LOCAL_UNSTRIPPED_PATH),)
|
||||
ifneq ($(TARGET_2ND_ARCH),)
|
||||
$(warning $(LOCAL_MODULE): LOCAL_UNSTRIPPED_PATH for shared libraries is unsupported in multiarch builds)
|
||||
$(error $(LOCAL_MODULE): LOCAL_UNSTRIPPED_PATH for shared libraries is unsupported in multiarch builds)
|
||||
endif
|
||||
endif
|
||||
endif # my_module_multilib == both
|
||||
|
|
Loading…
Reference in a new issue