commit | 1287e59f1583cdb677431cb6f48adf10c59b9d18 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Aug 01 18:46:27 2017 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Aug 01 18:54:26 2017 -0700 |
tree | fb5246ee079720092f426f8a8ba4ec06f3e2697e | |
parent | 69d01b4fff20ab8e70c75beb8ec79685ccc37487 [diff] |
Vendor modules in make also have __ANDROID_VNDK__ defined. Bug: 64277220 Test: BOARD_VNDK_VERSION m -j Change-Id: Ia9811ea526d0878b539c8c3da9e82e6bf33fe8e8 Merged-In: Ia9811ea526d0878b539c8c3da9e82e6bf33fe8e8
diff --git a/core/binary.mk b/core/binary.mk index bbc3550..4836c4b 100644 --- a/core/binary.mk +++ b/core/binary.mk
@@ -270,7 +270,7 @@ 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