Merge "Vendor modules in make also have __ANDROID_VNDK__ defined." into oc-mr1-dev
This commit is contained in:
commit
c718d8300b
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ ifneq ($(LOCAL_SDK_VERSION),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(LOCAL_USE_VNDK),)
|
ifneq ($(LOCAL_USE_VNDK),)
|
||||||
my_cflags += -D__ANDROID_API__=__ANDROID_API_FUTURE__
|
my_cflags += -D__ANDROID_API__=__ANDROID_API_FUTURE__ -D__ANDROID_VNDK__
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef LOCAL_IS_HOST_MODULE
|
ifndef LOCAL_IS_HOST_MODULE
|
||||||
|
|
Loading…
Reference in a new issue