Rahul's changes in preparation for adding x86 support Change-Id: Ib51dfa72291857c44be37595be2205dd040fc0dd related-to-bug: 6276794
12 lines
412 B
Makefile
12 lines
412 B
Makefile
LOCAL_C_INCLUDES:= \
|
|
bionic \
|
|
bionic/libstdc++ \
|
|
external/stlport/stlport \
|
|
frameworks/av/media/libstagefright/include \
|
|
vendor/widevine/proprietary/streamcontrol/include \
|
|
vendor/widevine/proprietary/wvm/include
|
|
|
|
ifeq ($(TARGET_ARCH),x86)
|
|
LOCAL_C_INCLUDES += $(TOP)/system/core/include/arch/linux-x86
|
|
endif
|