This project is still using stlport (without telling the build system about it), which was causing (broken) stlport headers to override libc++ headers, leading to a broken copy of std::enable_if, which in turn caused <atomic> to fail to compile. Since this project has prebuilts that will need to be updated before this project can actually move away from stlport, tell the build system that it is still using stlport for now. Bug: 18433002 Change-Id: I38b356428977ed2184eb28a07bd5e7424a4ace8d
9 lines
371 B
Makefile
9 lines
371 B
Makefile
LOCAL_C_INCLUDES:= \
|
|
$(TOP)/vendor/widevine/proprietary/streamcontrol/include \
|
|
$(TOP)/vendor/widevine/proprietary/drmwvmplugin/include \
|
|
$(TOP)/frameworks/av/drm/libdrmframework/include \
|
|
$(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include \
|
|
$(TOP)/frameworks/av/include
|
|
|
|
LOCAL_C_INCLUDES_x86 += $(TOP)/system/core/include/arch/linux-x86
|