Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 163ce0f6 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am ebf93bb5: am 75b28573: Fix sim build for unbundling native code

Merge commit 'ebf93bb5' into gingerbread-plus-aosp

* commit 'ebf93bb5':
  Fix sim build for unbundling native code
parents fa2d8ace ebf93bb5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)