blob: d9f2a01b16c1de3aab0fbf4eab5c52661ad3a8f7 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001#
2# Copyright (C) 2008 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17#
18# A central place to define mappings to paths, to avoid hard-coding
Elliott Hughesb248bf82015-07-08 13:13:37 -070019# them in Android.mk files. Not meant for header file include directories,
20# despite the fact that it was historically used for that!
21#
22# If you want this for a library's header files, use LOCAL_EXPORT_C_INCLUDES
23# instead. Then users of the library don't have to do anything --- they'll
24# have the correct header files added to their include path automatically.
25#
26
The Android Open Source Project88b60792009-03-03 19:28:42 -080027#
28# TODO: Allow each project to define stuff like this before the per-module
29# Android.mk files are included, so we don't need to have a big central
30# list.
31#
32
33#
34# A mapping from shorthand names to include directories.
35#
36pathmap_INCL := \
Eino-Ville Talvala11d3c442012-04-05 17:09:18 -070037 camera:system/media/camera/include \
The Android Open Source Project88b60792009-03-03 19:28:42 -080038 frameworks-base:frameworks/base/include \
Mathias Agopianbd118e62012-03-05 16:04:31 -080039 frameworks-native:frameworks/native/include \
The Android Open Source Project88b60792009-03-03 19:28:42 -080040 libhardware:hardware/libhardware/include \
41 libhardware_legacy:hardware/libhardware_legacy/include \
42 libhost:build/libs/host/include \
Elliott Hughes89898df2012-05-03 16:37:40 -070043 libnativehelper:libnativehelper/include \
The Android Open Source Project88b60792009-03-03 19:28:42 -080044 libpagemap:system/extras/libpagemap/include \
45 libril:hardware/ril/include \
The Android Open Source Project88b60792009-03-03 19:28:42 -080046 mkbootimg:system/core/mkbootimg \
Mathias Agopianfb956ef2012-03-05 18:45:37 -080047 opengl-tests-includes:frameworks/native/opengl/tests/include \
The Android Open Source Project88b60792009-03-03 19:28:42 -080048 recovery:bootable/recovery \
Eric Laurent99acb9c2011-06-16 20:53:25 -070049 system-core:system/core/include \
Glenn Kastenfefc17f2012-03-13 15:23:33 -070050 audio-effects:system/media/audio_effects/include \
51 audio-utils:system/media/audio_utils/include \
Simon Wilson3b7d7b42013-01-15 16:03:59 -080052 audio-route:system/media/audio_route/include \
Glenn Kastend9054912012-03-26 17:50:44 -070053 wilhelm:frameworks/wilhelm/include \
54 wilhelm-ut:frameworks/wilhelm/src/ut \
Marco Nelissen863c9e92014-04-08 09:18:14 -070055 mediandk:frameworks/av/media/ndk/ \
Eric Laurent99acb9c2011-06-16 20:53:25 -070056 speex:external/speex/include
The Android Open Source Project88b60792009-03-03 19:28:42 -080057
58#
59# Returns the path to the requested module's include directory,
60# relative to the root of the source tree. Does not handle external
61# modules.
62#
63# $(1): a list of modules (or other named entities) to find the includes for
64#
65define include-path-for
66$(foreach n,$(1),$(patsubst $(n):%,%,$(filter $(n):%,$(pathmap_INCL))))
67endef
68
69#
70# Many modules expect to be able to say "#include <jni.h>",
71# so make it easy for them to find the correct path.
72#
73JNI_H_INCLUDE := $(call include-path-for,libnativehelper)/nativehelper
74
75#
76# A list of all source roots under frameworks/base, which will be
77# built into the android.jar.
78#
79FRAMEWORKS_BASE_SUBDIRS := \
80 $(addsuffix /java, \
81 core \
82 graphics \
The Android Open Source Project88b60792009-03-03 19:28:42 -080083 location \
84 media \
Marius Rennfe97fe92012-03-27 10:46:13 -070085 media/mca/effect \
86 media/mca/filterfw \
87 media/mca/filterpacks \
aimitakeshi2bdf2652010-07-27 08:34:47 +090088 drm \
The Android Open Source Project88b60792009-03-03 19:28:42 -080089 opengl \
90 sax \
Santos Cordon64404702013-12-17 20:26:30 -080091 telecomm \
The Android Open Source Project88b60792009-03-03 19:28:42 -080092 telephony \
The Android Open Source Project88b60792009-03-03 19:28:42 -080093 wifi \
Chung-yih Wang67647752009-06-10 23:08:03 +080094 keystore \
Tim Murray55445192013-12-17 13:27:28 -080095 rs \
The Android Open Source Project88b60792009-03-03 19:28:42 -080096 )
97
98#
99# A version of FRAMEWORKS_BASE_SUBDIRS that is expanded to full paths from
100# the root of the tree. This currently needs to be here so that other libraries
101# and apps can find the .aidl files in the framework, though we should really
102# figure out a better way to do this.
103#
104FRAMEWORKS_BASE_JAVA_SRC_DIRS := \
105 $(addprefix frameworks/base/,$(FRAMEWORKS_BASE_SUBDIRS))
Svetoslav Ganov155d8552011-11-17 15:13:49 -0800106
107#
108# A list of all source roots under frameworks/support.
109#
110FRAMEWORKS_SUPPORT_SUBDIRS := \
Xavier Ducrohetef046822014-03-26 10:50:38 -0700111 annotations \
Scott Mainaf44e902013-05-28 14:53:22 -0700112 v4 \
Xavier Ducrohetb3ae5352014-06-17 12:12:41 -0700113 v7/gridlayout \
Xavier Ducrohete87fcf52014-06-17 17:25:18 -0700114 v7/appcompat \
Chet Haasef3889932014-09-28 09:08:40 -0700115 v7/cardview \
Jeff Brown9977ddf2013-07-09 00:35:00 +0000116 v7/mediarouter \
Chet Haasef3889932014-09-28 09:08:40 -0700117 v7/palette \
Chet Haase585ce192014-01-16 07:53:43 -0800118 v7/recyclerview \
Scott Main1a2709f2013-09-12 16:47:05 -0700119 v8/renderscript \
Tim Kilbourn8acc8da2014-03-18 13:37:51 -0700120 v13 \
121 v17/leanback
Maurice Chu664035f2013-10-16 14:30:42 -0700122
123#
Yohann Rousselc324a622014-07-17 16:52:58 +0200124# A list of all source roots under frameworks/multidex.
Maurice Chu664035f2013-10-16 14:30:42 -0700125#
126FRAMEWORKS_MULTIDEX_SUBDIRS := \
Yohann Roussel85cacbe2014-07-24 17:24:30 +0200127 multidex/library/src \
128 multidex/instrumentation/src
Svetoslav Ganov155d8552011-11-17 15:13:49 -0800129
130#
131# A version of FRAMEWORKS_SUPPORT_SUBDIRS that is expanded to full paths from
132# the root of the tree.
133#
134FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
Maurice Chu664035f2013-10-16 14:30:42 -0700135 $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \
Yohann Roussel85cacbe2014-07-24 17:24:30 +0200136 $(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS))
Jeff Brownfcf2a112013-04-24 20:36:07 -0700137
138#
139# A list of support library modules.
140#
141FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
Maurice Chu664035f2013-10-16 14:30:42 -0700142 $(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \
Yohann Roussel85cacbe2014-07-24 17:24:30 +0200143 android-support-multidex \
144 android-support-multidex-instrumentation
Jeff Brownfcf2a112013-04-24 20:36:07 -0700145