Merge "Use pathmap.mk for system/media includes"
This commit is contained in:
commit
a00ba58646
|
@ -33,7 +33,7 @@ SRC_HEADERS := \
|
|||
$(TOPDIR)frameworks/native/opengl/include \
|
||||
$(TOPDIR)frameworks/base/include \
|
||||
$(TOPDIR)frameworks/base/opengl/include \
|
||||
$(TOPDIR)frameworks/base/native/include \
|
||||
$(TOPDIR)frameworks/base/native/include \
|
||||
$(TOPDIR)external/skia/include
|
||||
SRC_HOST_HEADERS:=$(TOPDIR)tools/include
|
||||
SRC_LIBRARIES:= $(TOPDIR)libs
|
||||
|
|
|
@ -51,6 +51,10 @@ pathmap_INCL := \
|
|||
opengl-tests-includes:frameworks/native/opengl/tests/include \
|
||||
recovery:bootable/recovery \
|
||||
system-core:system/core/include \
|
||||
audio-effects:system/media/audio_effects/include \
|
||||
audio-utils:system/media/audio_utils/include \
|
||||
wilhelm:system/media/wilhelm/include \
|
||||
wilhelm-ut:system/media/wilhelm/src/ut \
|
||||
speex:external/speex/include
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue