diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2011-03-11 15:45:44 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2011-03-11 15:45:44 +0000 |
| commit | d833e78fac8d311b30e265d4df9c3cdd6eb6d1e3 (patch) | |
| tree | ad47c2b842a55a919eb3089657ec9fba3f25864b /apps/apps.make | |
| parent | cae7560f32aa1067479580bf5abbfb3930a2a06b (diff) | |
| download | rockbox-d833e78fac8d311b30e265d4df9c3cdd6eb6d1e3.zip rockbox-d833e78fac8d311b30e265d4df9c3cdd6eb6d1e3.tar.gz rockbox-d833e78fac8d311b30e265d4df9c3cdd6eb6d1e3.tar.bz2 rockbox-d833e78fac8d311b30e265d4df9c3cdd6eb6d1e3.tar.xz | |
RaaA: move Android apps-code to separate dir under apps/hosted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29563 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/apps.make')
| -rw-r--r-- | apps/apps.make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/apps.make b/apps/apps.make index 6afcd12..844816d 100644 --- a/apps/apps.make +++ b/apps/apps.make @@ -8,6 +8,9 @@ # INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) +ifdef APP_TYPE + INCLUDES += -I$(APPSDIR)/hosted -I$(APPSDIR)/hosted/$(APP_TYPE) +endif SRC += $(call preprocess, $(APPSDIR)/SOURCES) # apps/features.txt is a file that (is preprocessed and) lists named features |