Instead of grepping out the oemcrypto level from PRODUCT_PACKAGES, which is very fragile. Change-Id: I1ac5b8ace25dd4798d3383304f01496f12193526
12 lines
405 B
Makefile
12 lines
405 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 += system/core/include/arch/linux-x86
|
|
endif
|