Instead of grepping out the oemcrypto level from PRODUCT_PACKAGES, which is very fragile. Change-Id: I1ac5b8ace25dd4798d3383304f01496f12193526
14 lines
432 B
Makefile
14 lines
432 B
Makefile
LOCAL_C_INCLUDES:= \
|
|
bionic \
|
|
bionic/libstdc++/include \
|
|
external/stlport/stlport \
|
|
vendor/widevine/proprietary/streamcontrol/include \
|
|
vendor/widevine/proprietary/drmwvmplugin/include \
|
|
frameworks/av/drm/libdrmframework/include \
|
|
frameworks/av/drm/libdrmframework/plugins/common/include \
|
|
frameworks/av/include
|
|
|
|
ifeq ($(TARGET_ARCH),x86)
|
|
LOCAL_C_INCLUDES += system/core/include/arch/linux-x86
|
|
endif
|