diff options
Diffstat (limited to 'core/pathmap.mk')
-rw-r--r-- | core/pathmap.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk index 2914576..87d3729 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -43,6 +43,7 @@ pathmap_INCL := \ opengl-tests-includes:frameworks/native/opengl/tests/include \ recovery:bootable/recovery \ system-core:system/core/include \ + audio:system/media/audio/include \ audio-effects:system/media/audio_effects/include \ audio-utils:system/media/audio_utils/include \ audio-route:system/media/audio_route/include \ @@ -115,7 +116,8 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \ v13 \ v17/leanback \ design \ - percent + percent \ + recommendation # # A list of all source roots under frameworks/multidex. |