diff options
Diffstat (limited to 'core/pathmap.mk')
-rw-r--r-- | core/pathmap.mk | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk index 6b84418..91a7fd4 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -31,9 +31,11 @@ pathmap_INCL := \ bluez:external/bluetooth/bluez \ glib:external/bluetooth/glib \ bootloader:bootable/bootloader/legacy/include \ + camera:system/media/camera/include \ corecg:external/skia/include/core \ dbus:external/dbus \ frameworks-base:frameworks/base/include \ + frameworks-native:frameworks/native/include \ graphics:external/skia/include/core \ libc:bionic/libc/include \ libdrm1:frameworks/base/media/libdrm/mobile1/include \ @@ -41,16 +43,19 @@ pathmap_INCL := \ libhardware_legacy:hardware/libhardware_legacy/include \ libhost:build/libs/host/include \ libm:bionic/libm/include \ - libnativehelper:dalvik/libnativehelper/include \ + libnativehelper:libnativehelper/include \ libpagemap:system/extras/libpagemap/include \ libril:hardware/ril/include \ libstdc++:bionic/libstdc++/include \ libthread_db:bionic/libthread_db/include \ mkbootimg:system/core/mkbootimg \ + opengl-tests-includes:frameworks/native/opengl/tests/include \ recovery:bootable/recovery \ system-core:system/core/include \ - wilhelm:system/media/wilhelm/include \ - wilhelm-ut:system/media/wilhelm/src/ut \ + audio-effects:system/media/audio_effects/include \ + audio-utils:system/media/audio_utils/include \ + wilhelm:frameworks/wilhelm/include \ + wilhelm-ut:frameworks/wilhelm/src/ut \ speex:external/speex/include # @@ -85,6 +90,9 @@ FRAMEWORKS_BASE_SUBDIRS := \ graphics \ location \ media \ + media/mca/effect \ + media/mca/filterfw \ + media/mca/filterpacks \ drm \ opengl \ sax \ |