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

Commit 2c9d3221 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am e9d7906d: am cc66e98e: am 880f05f4: Merge "Use exported includes for libc++."

* commit 'e9d7906d':
  Use exported includes for libc++.
parents d7d18bc7 e9d7906d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ endif

ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
    my_cflags += -D_USING_LIBCXX
    my_c_includes += external/libcxx/include

    # Note that the structure of this means that LOCAL_CXX_STL := libc++ will
    # use the static libc++ for static executables.