Fix sim build for unbundling native code
NDK does not support sim build. Change-Id: I57a09c0083126c57a99cf33c055edef3390d1c28
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
## Sanity check for LOCAL_NDK_VERSION
|
||||
######################################
|
||||
my_ndk_version_root :=
|
||||
ifeq ($(TARGET_SIMULATOR),true)
|
||||
# NDK does not support sim build.
|
||||
LOCAL_NDK_VERSION :=
|
||||
endif
|
||||
ifdef LOCAL_NDK_VERSION
|
||||
ifdef LOCAL_IS_HOST_MODULE
|
||||
$(error $(LOCAL_PATH): LOCAL_NDK_VERSION can not be used in host module)
|
||||
|
Reference in New Issue
Block a user