commit | c718d8300b0cffd44f60fa1e1c7ca58e253d0dac | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Aug 02 19:56:17 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 02 19:56:17 2017 +0000 |
tree | fb13aac2e295f0b30f726e4a9c15dab34a7dcd05 | |
parent | 1987fd6f2beedc696041748146e4bfc044beb35a [diff] | |
parent | 1287e59f1583cdb677431cb6f48adf10c59b9d18 [diff] |
Merge "Vendor modules in make also have __ANDROID_VNDK__ defined." into oc-mr1-dev
diff --git a/core/binary.mk b/core/binary.mk index 2679f7f..000b005 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