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

Commit c718d830 authored by Yifan Hong's avatar Yifan Hong Committed by Android (Google) Code Review
Browse files

Merge "Vendor modules in make also have __ANDROID_VNDK__ defined." into oc-mr1-dev

parents 1987fd6f 1287e59f
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