Add LOCAL_SDK_VERSION and LOCAL_NDK_VERSION
Change-Id: Icd3740d409f6627eb1ebcf3fff5373cb365a28fbmain
parent
d3187f0a81
commit
881a162ab8
|
@ -68,6 +68,9 @@ endif # FLAG_DO_PROFILE
|
||||||
LOCAL_MODULE := libjni_latinime_common_static
|
LOCAL_MODULE := libjni_latinime_common_static
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
|
LOCAL_NDK_VERSION := 7
|
||||||
|
LOCAL_SDK_VERSION := 14
|
||||||
|
|
||||||
ifdef HISTORICAL_NDK_VERSIONS_ROOT # In the platform build system
|
ifdef HISTORICAL_NDK_VERSIONS_ROOT # In the platform build system
|
||||||
include external/stlport/libstlport.mk
|
include external/stlport/libstlport.mk
|
||||||
else # In the NDK build system
|
else # In the NDK build system
|
||||||
|
|
Loading…
Reference in New Issue