Merge "Vendor modules in make also have __ANDROID_VNDK__ defined."

am: 9bd6605abe

Change-Id: I7b6fc17cdd244ba6c6a266e0a0951b3a573119c5
This commit is contained in:
Yifan Hong
2017-08-02 03:45:15 +00:00
committed by android-build-merger

View File

@@ -270,7 +270,7 @@ ifneq ($(LOCAL_SDK_VERSION),)
endif
ifneq ($(LOCAL_USE_VNDK),)
my_cflags += -D__ANDROID_API__=__ANDROID_API_FUTURE__
my_cflags += -D__ANDROID_API__=__ANDROID_API_FUTURE__ -D__ANDROID_VNDK__
endif
ifndef LOCAL_IS_HOST_MODULE