Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f428b21f authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

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

Merge "Vendor modules in make also have __ANDROID_VNDK__ defined." am: 9bd6605a am: 6dc0978c am: 7f27c8ec am: 64ba249f
am: c8635c4b

Change-Id: I3ca6b3b96acd3ecc9573dbd4da121226237e8f4e
parents 5bebd3fb c8635c4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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