Force out LOCAL_NDK_VERSION.

Change-Id: I0a9f1a630ef2019bed38d420525eac9510b09798
This commit is contained in:
Ying Wang 2012-08-14 11:08:03 -07:00
parent 848020f22a
commit fe1bfe7dc9
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
my_ndk_version_root :=
ifdef LOCAL_SDK_VERSION
ifdef LOCAL_NDK_VERSION
$(error $(LOCAL_PATH): LOCAL_NDK_VERSION is now retired.)
endif
ifdef LOCAL_IS_HOST_MODULE
$(error $(LOCAL_PATH): LOCAL_SDK_VERSION can not be used in host module)
endif